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

Ingest posts via LitePub relay protocol #79

Open
silverpill opened this issue Jan 27, 2025 · 0 comments
Open

Ingest posts via LitePub relay protocol #79

silverpill opened this issue Jan 27, 2025 · 0 comments

Comments

@silverpill
Copy link

LitePub Relay Protocol is documented in FEP-ae0c: https://codeberg.org/fediverse/fep/src/branch/main/fep/ae0c/fep-ae0c.md#litepub-relay-protocol

It may work like this:

  1. Server actor follows Buzzrelay.
  2. Buzzrelay follows back.
  3. Server actor starts publishing Announce(Note) and delivers them to Buzzrelay
  4. Tag/instance actors re-announce Notes to their followers

There is #11 which attempts to implement something similar, but it is incomplete.

Another option is supporting Mastodon relay protocol (also documented in FEP-ae0c), but I think LitePub is better:

  • It is simpler, and only uses standard Follow and Announce activities.
  • Mastodon relay protocol requires messages to have Linked Data signatures.
  • Mastodon instances already can publish posts via Streaming API.
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