diff options
| -rw-r--r-- | 65.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -8,7 +8,7 @@ Relay List Metadata | |||
| 8 | 8 | ||
| 9 | Defines a replaceable event using `kind:10002` to advertise preferred relays for discovering a user's content and receiving fresh content from others. | 9 | Defines a replaceable event using `kind:10002` to advertise preferred relays for discovering a user's content and receiving fresh content from others. |
| 10 | 10 | ||
| 11 | 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. | 11 | 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. |
| 12 | 12 | ||
| 13 | The `.content` is not used. | 13 | The `.content` is not used. |
| 14 | 14 | ||
| @@ -27,7 +27,7 @@ The `.content` is not used. | |||
| 27 | 27 | ||
| 28 | 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. | 28 | 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. |
| 29 | 29 | ||
| 30 | ## When to Use Read and Write | 30 | ## When to Use Read and Write Relays |
| 31 | 31 | ||
| 32 | When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002` | 32 | When seeking events **from** a user, Clients SHOULD use the WRITE relays of the user's `kind:10002` |
| 33 | 33 | ||