Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions 121.md
Original file line number Diff line number Diff line change
@@ -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", "<csv of relay IDs>"]
]
}
```

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.