diff options
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -4,7 +4,7 @@ NIP-65 | |||
| 4 | Relay List Metadata | 4 | Relay List Metadata |
| 5 | ------------------- | 5 | ------------------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:mikedilger` `author:vitorpamplona` | 7 | `draft` `optional` |
| 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 | ||
| @@ -19,7 +19,7 @@ The `.content` is not used. | |||
| 19 | ["r", "wss://alicerelay.example.com"], | 19 | ["r", "wss://alicerelay.example.com"], |
| 20 | ["r", "wss://brando-relay.com"], | 20 | ["r", "wss://brando-relay.com"], |
| 21 | ["r", "wss://expensive-relay.example2.com", "write"], | 21 | ["r", "wss://expensive-relay.example2.com", "write"], |
| 22 | ["r", "wss://nostr-relay.example.com", "read"], | 22 | ["r", "wss://nostr-relay.example.com", "read"] |
| 23 | ], | 23 | ], |
| 24 | "content": "", | 24 | "content": "", |
| 25 | ...other fields | 25 | ...other fields |
| @@ -53,7 +53,7 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f | |||
| 53 | 53 | ||
| 54 | 1. Clients SHOULD guide users to keep `kind:10002` lists small (2-4 relays). | 54 | 1. Clients SHOULD guide users to keep `kind:10002` lists small (2-4 relays). |
| 55 | 55 | ||
| 56 | 2. Clients SHOULD spread an author's `kind:10002` events to as many relays as viable. | 56 | 2. Clients SHOULD spread an author's `kind:10002` event to as many relays as viable. |
| 57 | 57 | ||
| 58 | 3. `kind:10002` events should primarily be used to advertise the user's preferred relays to others. A user's own client may use other heuristics for selecting relays for fetching data. | 58 | 3. `kind:10002` events should primarily be used to advertise the user's preferred relays to others. A user's own client may use other heuristics for selecting relays for fetching data. |
| 59 | 59 | ||