From 1853e7d632aaa28b4cb9463bc8d75c483b60a6e1 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 29 Jan 2023 07:43:01 +0100 Subject: [PATCH] Add ActivityStream to libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c9769c..51ff6c0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt * :heavy_check_mark: [**ActivityServe**](https://github.com/writeas/activityserve): A very light ActivityPub library in Go (used to power [pherephone](https://github.com/writeas/pherephone)) `MIT, Go` +* [**ActivityStream**](https://github.com/benpate/activitystream) ([Fedi account](https://mastodon.social/@benpate)): Simple ActivityStream handling for Go. `Apache-2.0, Go` + * :heavy_check_mark: [**ActivityStreams**](https://git.asonix.dog/asonix/activitystreams) ([Fedi account](https://masto.asonix.dog/@asonix)): A set of Traits and Types that make up the ActivityStreams and ActivityPub specifications. `GPL-3.0, Rust` * :heavy_check_mark: [**ActivityStreams**](https://github.com/OpenSocial/activitystreams): Full ActivityStreams 1.0 and 2.0 reference implementation in Java. `Apache-2.0, Java`