Push Notifications 2 #34

Closed
opened 2026-02-17 18:05:34 +00:00 by hodlbod · 0 comments
Owner

Imported from https://github.com/andotherstuff/universes/issues/40 by @staab on 2026-01-20T01:26:04Z


Because relays are authenticated and may serve different events depending on who is asking, a single push server can't pull events reliably. Instead, we will need to register subscriptions with relays directly (add/list/delete), including a push token and callback url. For relays that don't support these commands, we can fall back to a special purpose relay that pulls (unauthenticated) instead.

Also consider https://github.com/marmot-protocol/marmot/blob/9b6256a7a68eabeb9ce68b7c908e8119867bd253/05.md

_Imported from https://github.com/andotherstuff/universes/issues/40 by @staab on 2026-01-20T01:26:04Z_ --- Because relays are authenticated and may serve different events depending on who is asking, a single push server can't pull events reliably. Instead, we will need to register subscriptions with relays directly (add/list/delete), including a push token and callback url. For relays that don't support these commands, we can fall back to a special purpose relay that pulls (unauthenticated) instead. Also consider https://github.com/marmot-protocol/marmot/blob/9b6256a7a68eabeb9ce68b7c908e8119867bd253/05.md
hodlbod added this to the Future milestone 2026-02-17 18:05:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#34