Add ActivityStream to libraries

This commit is contained in:
Arnold Schrijver 2023-01-29 07:43:01 +01:00
parent 8324508d5f
commit 1853e7d632
No known key found for this signature in database
GPG key ID: E92842C92CA369A7

View file

@ -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`