From 02fc8cc2086e46f351eb57b323a92a73f84a2a40 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Jan 2019 20:58:54 +0100 Subject: [PATCH] Update content/en/development/activitypub.md --- content/en/development/activitypub.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/development/activitypub.md b/content/en/development/activitypub.md index 9fcb404f..bf1977da 100644 --- a/content/en/development/activitypub.md +++ b/content/en/development/activitypub.md @@ -15,10 +15,10 @@ menu: ## Restrictions -- Mastodon requires all object IDs to use the HTTPS schema. -- Mastodon also requires servers to offer a [WebFinger](https://tools.ietf.org/html/rfc7033) endpoint for converting username/domain pairs into actors. -- Mastodon accepts `Application`, `Group`, `Organization`, `Person`, and `Service` as valid types for actors. -- Mastodon requires activities attributed to an actor to have an ID on the same host as the actor. +- All object IDs must use the `https://` schema. +- Servers must offer a [WebFinger](https://tools.ietf.org/html/rfc7033) endpoint for turning usernames into actors. +- Only `Application`, `Group`, `Organization`, `Person`, and `Service` are considered valid types for actors. +- Activities attributed to an actor must have an ID on the same host as the actor. ## Activities