diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-09-03 01:16:36 +0900 |
|---|---|---|
| committer | Asai Toshiya <to.asai.60@gmail.com> | 2024-09-03 01:16:36 +0900 |
| commit | d9eb17ce86e1f11d0919f192ed61ab23045cfc03 (patch) | |
| tree | 5630ea2bec18d787766d3f7902fb52e66950dcb3 | |
| parent | 24e97c25390baa7d492d7ef71517e8f14e0e9a65 (diff) | |
NIP-65: add links to outbox model articles
| -rw-r--r-- | 65.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -62,3 +62,7 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f | |||
| 62 | 5. If a relay signals support for this NIP in their [NIP-11](11.md) document that means they're willing to accept kind 10002 events from a broad range of users, not only their paying customers or whitelisted group. | 62 | 5. If a relay signals support for this NIP in their [NIP-11](11.md) document that means they're willing to accept kind 10002 events from a broad range of users, not only their paying customers or whitelisted group. |
| 63 | 63 | ||
| 64 | 6. Clients SHOULD deduplicate connections by normalizing relay URIs according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-6). | 64 | 6. Clients SHOULD deduplicate connections by normalizing relay URIs according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-6). |
| 65 | |||
| 66 | ## Related articles | ||
| 67 | - [Outbox model](https://mikedilger.com/gossip-model/) | ||
| 68 | - [What is the Outbox Model?](https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS) | ||