diff options
| author | jiftechnify <jiftech.stlfy@gmail.com> | 2023-10-25 12:21:24 +0900 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-11-06 13:16:42 -0300 |
| commit | 749c9b0a2d49d09ccbd00f6bdb4843182e334ddf (patch) | |
| tree | 36eeb351ebef8e851e5ae9bc815a05ce262e8ce3 /65.md | |
| parent | 08d3eff350d11657160eca78459da34d9254252b (diff) | |
clearly define the term "READ/WRITE relay"
Diffstat (limited to '65.md')
| -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 | ||