Add more information about specs, add ActivityPub and HTTP Signatures
This commit is contained in:
parent
4487f6017e
commit
8558eab3fb
1 changed files with 20 additions and 9 deletions
|
@ -1,12 +1,23 @@
|
||||||
Specs and RFCs used
|
Specs and RFCs used
|
||||||
===================
|
===================
|
||||||
|
|
||||||
* [OStatus](https://www.w3.org/community/ostatus/wiki/images/9/93/OStatus_1.0_Draft_2.pdf)
|
* [OStatus](https://www.w3.org/community/ostatus/wiki/images/9/93/OStatus_1.0_Draft_2.pdf)
|
||||||
* [Salmon](http://www.salmon-protocol.org/salmon-protocol-summary)
|
Suite of federation protocols
|
||||||
* [Portable Contacts](https://web.archive.org/web/20160305010620/http://portablecontacts.net/draft-spec.html)
|
* [Salmon](http://www.salmon-protocol.org/salmon-protocol-summary)
|
||||||
* [Atom](https://tools.ietf.org/html/rfc4287)
|
Delivery of targeted events to users
|
||||||
* [Atom ActivityStreams](http://activitystrea.ms/specs/atom/1.0/)
|
* [Portable Contacts](https://web.archive.org/web/20160305010620/http://portablecontacts.net/draft-spec.html)
|
||||||
* [Atom Threading](https://tools.ietf.org/html/rfc4685)
|
Encoding profile information in Atom
|
||||||
* [PubSubHubbub](https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html)
|
* [Atom](https://tools.ietf.org/html/rfc4287)
|
||||||
* [Webfinger](https://tools.ietf.org/html/rfc7033)
|
Representing user feeds
|
||||||
* [Link-based Resource Descriptor Discovery](https://tools.ietf.org/html/rfc6415)
|
* [Atom ActivityStreams](http://activitystrea.ms/specs/atom/1.0/)
|
||||||
|
Encoding rich social post metadata
|
||||||
|
* [Atom Threading](https://tools.ietf.org/html/rfc4685)
|
||||||
|
Encoding chains of conversations
|
||||||
|
* [WebSub](https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html) (formerly PubSubHubbub)
|
||||||
|
Broadcasting of real-time updates to followers
|
||||||
|
* [WebFinger](https://tools.ietf.org/html/rfc7033)
|
||||||
|
User-on-domain lookups
|
||||||
|
* [HTTP Signatures](https://tools.ietf.org/html/draft-cavage-http-signatures-06)
|
||||||
|
Server-to-server authentication of requests
|
||||||
|
* [ActivityPub](https://www.w3.org/TR/activitypub/)
|
||||||
|
Federation protocol
|
||||||
|
|
Loading…
Reference in a new issue