From 3815a6fd09529e82454c08f2ea59e18ab660b901 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 9 Jun 2023 12:20:18 +0100 Subject: [PATCH] init --- NIP-121.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 NIP-121.md diff --git a/NIP-121.md b/NIP-121.md new file mode 100644 index 00000000..49d1614a --- /dev/null +++ b/NIP-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. \ No newline at end of file