From b7535ed0964802c9031a0a3292f7a2d63a72aece Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:28:11 +0100 Subject: [PATCH] Create 121.md For use with a nostr mesh network https://github.com/lnbits/nostrmesh/tree/main, but prob useful elsewhere --- 121.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 121.md diff --git a/121.md b/121.md new file mode 100644 index 00000000..97583b0b --- /dev/null +++ b/121.md @@ -0,0 +1,19 @@ +NIP-121 +====== + +Unicast event `"tags": "r"` +------------------------------- + +`draft` `mandatory` `author:benarc` + +`route` list of relays as a new tag `"r"`, to help create a unicast route for an events. + +```json +{ + "tags": [ + ["r", ""] + ] +} +``` + +A client receives an event with tag `"r"`, if the client received the event from a relay in the list and it has a connection with the next relay in the list, the client will pass the event to that relay.