Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Describe bare-minimum interface implementations for federation #9

Open
tsmethurst opened this issue Apr 29, 2021 · 0 comments

Comments

@tsmethurst
Copy link

For implementations of go-fed that have a separate client API through which they authorize users and serve notes and statuses etc, it's not necessary to implement things such as GetOutbox and AuthenticateGetInbox/Outbox on pub.CommonBehavior. It's also not necessary to implement GetInbox on pub.FederatingProtocol. However, this is not very clear in the documentation.

It would be cool if there was some documentation along the lines of 'this is the MINIMUM of what you need to federate, and for these other functions you can just return nil because you don't need them per se'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant