mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
clearly define the term "READ/WRITE relay"
This commit is contained in:
parent
08d3eff350
commit
749c9b0a2d
4
65.md
4
65.md
|
@ -8,7 +8,7 @@ Relay List Metadata
|
||||||
|
|
||||||
Defines a replaceable event using `kind:10002` to advertise preferred relays for discovering a user's content and receiving fresh content from others.
|
Defines a replaceable event using `kind:10002` to advertise preferred relays for discovering a user's content and receiving fresh content from others.
|
||||||
|
|
||||||
The event MUST include a list of `r` tags with relay URIs and a `read` or `write` marker. If the marker is omitted, the relay is used for both purposes.
|
The event MUST include a list of `r` tags with relay URIs and a `read` or `write` marker. Relays marked as `read` / `write` are called READ / WRITE relays, respectively. If the marker is omitted, the relay is used for both purposes.
|
||||||
|
|
||||||
The `.content` is not used.
|
The `.content` is not used.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ The `.content` is not used.
|
||||||
|
|
||||||
This NIP doesn't fully replace relay lists that are designed to configure a client's usage of relays (such as `kind:3` style relay lists). Clients MAY use other relay lists in situations where a `kind:10002` relay list cannot be found.
|
This NIP doesn't fully replace relay lists that are designed to configure a client's usage of relays (such as `kind:3` style relay lists). Clients MAY use other relay lists in situations where a `kind:10002` relay list cannot be found.
|
||||||
|
|
||||||
## When to Use Read and Write
|
## When to Use Read and Write Relays
|
||||||
|
|
||||||
When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002`
|
When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user