upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Arturo Cabral Mejía <me@ricardocabral.io>2022-08-18 08:16:54 -0400
committerGitHub <noreply@github.com>2022-08-18 08:16:54 -0400
commite621d78e28ea6e2e6f01a750647686bf3885a53f (patch)
treeb7a628f37628c7e6c77506a0f2d58edee9a31a32
parent8a94cc2f9889b725edd14d2311cf6c686e9460a1 (diff)
chore: numbering
-rw-r--r--27.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/27.md b/27.md
index 2a0663e..4954f3b 100644
--- a/27.md
+++ b/27.md
@@ -70,15 +70,15 @@ up to date. Both would construct the following message to subscribe:
70# Use Cases 70# Use Cases
71 71
721. Subreddit/IRC-like channels (e.g. `{ "#m": ["#newbies", "r/nostr", "#mp3s", "r/oldschoolcool"] }`) over Nostr. 721. Subreddit/IRC-like channels (e.g. `{ "#m": ["#newbies", "r/nostr", "#mp3s", "r/oldschoolcool"] }`) over Nostr.
731. Forums over Nostr. (e.g. `{ "#m": ["itguys.com/IT/Support/Hardware", "itguys.com/General/Announcements", "itguys.com/General/New Users", "itguys.com/Social/Memes"] }`) 732. Forums over Nostr. (e.g. `{ "#m": ["itguys.com/IT/Support/Hardware", "itguys.com/General/Announcements", "itguys.com/General/New Users", "itguys.com/Social/Memes"] }`)
741. Clients wishing to filter out all the noise from public events may choose to only subscribe to multicast groups. Apps/games/bots leveraging Nostr may prefer communicating over a multicast group to avoid collision with the broader public. 743. Clients wishing to filter out all the noise from public events may choose to only subscribe to multicast groups. Apps/games/bots leveraging Nostr may prefer communicating over a multicast group to avoid collision with the broader public.
751. A hard-to-guess multicast group can be used for increased (but not total) privacy over a trusted relay. A "channel-hopping" algorithm shared by clients may improve privacy in this scenario where a channel is a multicast group. 754. A hard-to-guess multicast group can be used for increased (but not total) privacy over a trusted relay. A "channel-hopping" algorithm shared by clients may improve privacy in this scenario where a channel is a multicast group.
761. Two or more parties may initiate contact publicly using Direct Messaging and agree privately on a hard-to-guess multicast group before continuing their exchange hiding further metadata from being leaked to the public. Parties can re-negotiate a new hard-to-guess multicast group at any point. 765. Two or more parties may initiate contact publicly using Direct Messaging and agree privately on a hard-to-guess multicast group before continuing their exchange hiding further metadata from being leaked to the public. Parties can re-negotiate a new hard-to-guess multicast group at any point.
771. Live events can take advantage of ephemeral events and previously-shared multicast group for communication during the event. 776. Live events can take advantage of ephemeral events and previously-shared multicast group for communication during the event.
781. Smart contracts may communicate in privacy-preserving way with individual clients using unique short-lived multicast groups. 787. Smart contracts may communicate in privacy-preserving way with individual clients using unique short-lived multicast groups.
791. Clients interested in Bitcoin prices in USD may subscribe to the multicast group "prices:btc:usd". Many providers may publish their events to the same multicast groups. 798. Clients interested in Bitcoin prices in USD may subscribe to the multicast group "prices:btc:usd". Many providers may publish their events to the same multicast groups.
80 80
81# Notes 81# Notes
82 82
831. Events sent to multicast groups should be considered public, after all they are readable by relays and can also be reshared by any client subscribed to the multicast group. 831. Events sent to multicast groups should be considered public, after all they are readable by relays and can also be reshared by any client subscribed to the multicast group.
841. Multicast groups are not a replacement for encrypted direct messages but can work in conjunction. 842. Multicast groups are not a replacement for encrypted direct messages but can work in conjunction.