mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
init
This commit is contained in:
parent
b8e657bb37
commit
3815a6fd09
19
NIP-121.md
Normal file
19
NIP-121.md
Normal file
|
@ -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.
|
Loading…
Reference in New Issue
Block a user