Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Board
Labels
Milestones
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mastodon
docs
Commits
02fc8cc2
Commit
02fc8cc2
authored
Jan 15, 2019
by
Eugen Rochko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update content/en/development/activitypub.md
parent
f9f06d27
Pipeline
#503
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
activitypub.md
content/en/development/activitypub.md
+4
-4
No files found.
content/en/development/activitypub.md
View file @
02fc8cc2
...
...
@@ -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 pair
s 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 username
s 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment