Merge 3f8aed0984798a5cf97366c3737e713960fc95a3 into 0619f370bca3485bb9c5870bc2defa03c7c3d10e

This commit is contained in:
hodlbod 2025-03-17 17:22:33 -03:00 committed by GitHub
commit f0d4061539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
65.md
View File

@ -63,6 +63,8 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f
6. Clients SHOULD deduplicate connections by normalizing relay URIs according to [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-6).
7. When publishing to a relay, clients SHOULD ensure the user's `kind 10002` is also available on that relay. Relays SHOULD accept and serve `kind 10002` notes for any pubkey whose notes they store. Relays MAY scrape the network for missing `kind 10002` events. The goal here is that for any note served from a relay the user can also request the author's relay selections as a way of bootstrapping further context discovery.
## Related articles
- [Outbox model](https://mikedilger.com/gossip-model/)
- [What is the Outbox Model?](https://habla.news/u/hodlbod@coracle.social/8YjqXm4SKY-TauwjOfLXS)