mleku on Nostr: my biggest problem with nip-29 apart from its excessive complexity is the fact that ...
my biggest problem with nip-29 apart from its excessive complexity is the fact that it doesn't lend itself to scaling to join multiple small relays to provide redundancy, this is why in my proposed nip-79 "nostr relay chat" one of the first things it attends to is how to wrap messages so they can be broadcast across to other members of a relay group
https://github.com/mleku/nips/blob/master/79.md
nip-29, as Semisol 👨💻 (npub1226…grkj) is pointing out, binds the messages to only be valid and this has problems with DNS being then also tied to it
nip-79 makes no prescriptions about relays storing the data, it's my intention that clients like the IRC model of chanserv will cache messages and deliver them to users to enable async messaging
https://github.com/mleku/nips/blob/master/79.md
nip-29, as Semisol 👨💻 (npub1226…grkj) is pointing out, binds the messages to only be valid and this has problems with DNS being then also tied to it
nip-79 makes no prescriptions about relays storing the data, it's my intention that clients like the IRC model of chanserv will cache messages and deliver them to users to enable async messaging