mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
2.3 KiB
2.3 KiB
Federation
Supported federation protocols and standards
- ActivityPub (Server-to-Server)
- WebFinger
- Http Signatures
- NodeInfo
Supported FEPS
- FEP-67ff: FEDERATION.md
- FEP-f1d5: NodeInfo in Fediverse Software
- FEP-1b12: Group federation
- FEP-5feb: Search indexing consent for actors
- FEP-2677: Identifying the Application Actor
Partially Supported FEPS
- FEP-c0e0: Emoji reactions
- Treated as a
like
orupvote
- Treated as a
- FEP-268d: Search consent signals for objects
"searchableBy": "https://www.w3.org/ns/activitystreams#Public"
=="indexable": true
, any other content sets"indexable": false
"searchableBy": ["https://alice.example/actor", "https://example.com/users/1/followers"]
is not currently supported.
ActivityPub
- Communities are 'Group' actors
- Users are 'Person' actors
- Posts on Communities are one of the following:
Additional documentation
See the docs/activitypub_examples
for examples of communities, users, and posts.