fep/fep/67ff/fep-67ff.md
Steve Bate dee7ee2239
All checks were successful
ci/woodpecker/push/readme Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Adding implementation information for FIRM (#505)
Co-authored-by: Steve Bate <svc-github@stevebate.net>
Reviewed-on: #505
Co-authored-by: Steve Bate <steve-bate@noreply.codeberg.org>
Co-committed-by: Steve Bate <steve-bate@noreply.codeberg.org>
2025-02-18 16:46:18 +00:00

4.6 KiB

slug authors status dateReceived dateFinalized trackingIssue discussionsTo
67ff silverpill <@silverpill@mitra.social> FINAL 2023-09-05 2024-09-22 #157 https://socialhub.activitypub.rocks/t/fep-67ff-federation-md/3555

FEP-67ff: FEDERATION.md

Summary

FEDERATION.md is a file containing information necessary for achieving interoperability with a federated service. It was originally proposed by Darius Kazemi on SocialHub forum in Documenting federation behavior in a semi-standard way? topic.

Requirements

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC-2119.

Structure

The FEDERATION.md file can have arbitrary structure and content. The only requirements are:

  • It MUST be a valid Markdown document.
  • It MUST be located in the root of a project's code repository. If project's documentation is located in another place, the FEDERATION.md file may contain a link to that location.
  • It SHOULD include a list of implemented federation protocols.
  • It SHOULD include a list of supported Fediverse Enhancement Proposals (FEPs).

Template

(This section is non-normative.)

# Federation

## Supported federation protocols and standards

- [ActivityPub](https://www.w3.org/TR/activitypub/) (Server-to-Server)
- [WebFinger](https://webfinger.net/)
- [Http Signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures)
- [NodeInfo](https://nodeinfo.diaspora.software/)

## Supported FEPs

- [FEP-f1d5: NodeInfo in Fediverse Software](https://codeberg.org/fediverse/fep/src/branch/main/fep/f1d5/fep-f1d5.md)

## ActivityPub

<!-- Describe activities and extensions. -->

## Additional documentation

<!-- Add links to documentation pages. -->

Implementations

References

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

To the extent possible under law, the authors of this Fediverse Enhancement Proposal have waived all copyright and related or neighboring rights to this work.