Merge pull request #798 from badonyx/65-trim-slashes

65: trim trailing slashes from relay URIs
This commit is contained in:
hodlbod 2023-09-28 13:51:11 -07:00 committed by GitHub
commit 149568f7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
65.md
View File

@ -59,3 +59,5 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f
4. DMs SHOULD only be broadcasted to the author's WRITE relays and to the receiver's READ relays to keep maximum privacy. 4. DMs SHOULD only be broadcasted to the author's WRITE relays and to the receiver's READ relays to keep maximum privacy.
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. 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 trim trailing slashes (`/`) from relay URIs to canonicalize connections.