We use now activirtypub (#494)

* We use now activirtypub

Maybe someone can explain activityhub a bit

* Update FAQ.md

* Update FAQ.md
This commit is contained in:
Jeroen 2017-12-22 06:06:51 +01:00 committed by Eugen Rochko
parent 445b77649b
commit d311e44d1f
1 changed files with 5 additions and 1 deletions

View File

@ -21,13 +21,17 @@ There are different ways in which something can be decentralized; in this case,
#### Technically, how does the federation work?
We are using the OStatus suite of protocols:
Since Mastodon version 1.6 we use the [ActivityPub](https://www.w3.org/TR/activitypub/) protocol. Currently ActivityPub is a proposed W3C standard.
Before version 1.6 we used the OStatus suite of protocols:
1. Webfinger for user-on-domain lookup
2. Atom feeds with ActivityStreams, Portable Contacts, Threads extensions for the actual content
3. PubSubHubbub for subscribing to Atom feeds
4. Salmon for delivering certain items from the Atom feeds to interested parties such as the mentioned user, author of the status being replied to, person being followed, etc
We still use OStatus as an additional protocol for reasons of compatibility.
#### What is mastodon.social?
The "flagship" instance of Mastodon, aka the server I run myself with the latest code. It's not supposed to be the only instance in the end.