microblog.pub/docs/activitypub.md

10 lines
319 B
Markdown
Raw Permalink Normal View History

2019-04-22 04:03:48 -05:00
## ActivityPub
_microblog.pub_ implements an [ActivityPub](http://activitypub.rocks/) server, it implements both the client to server API and the federated server to server API.
Activities are verified using HTTP Signatures or by fetching the content on the remote server directly.
WebFinger is also required.
TODO