Merge pull request #1469 from AsaiToshiya/AsaiToshiya-patch-27

NIP-65: add link to outbox model article
This commit is contained in:
Asai Toshiya 2024-09-19 08:33:11 +09:00 committed by GitHub
commit ff39a11611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
65.md
View File

@ -62,3 +62,7 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f
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.
6. Clients SHOULD deduplicate connections by normalizing relay URIs according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-6).
## Related articles
- [Outbox model](https://mikedilger.com/gossip-model/)
- [What is the Outbox Model?](https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS)