diff options
| author | git <badonyx@proton.me> | 2023-09-28 13:02:03 -0700 |
|---|---|---|
| committer | git <badonyx@proton.me> | 2023-09-28 13:02:03 -0700 |
| commit | 5eb51d5278f758d92a4fd5ab881dfb30199df412 (patch) | |
| tree | 9bfb69e07ee3ba92c0e2379ae81314a9471ece5d /65.md | |
| parent | 84f1915cecc10cfca6584eacfbeecb35bddc65f9 (diff) | |
65: trim slashes
Diffstat (limited to '65.md')
| -rw-r--r-- | 65.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -59,3 +59,5 @@ This NIP allows Clients to connect directly with the most up-to-date relay set f | |||
| 59 | 4. DMs SHOULD only be broadcasted to the author's WRITE relays and to the receiver's READ relays to keep maximum privacy. | 59 | 4. DMs SHOULD only be broadcasted to the author's WRITE relays and to the receiver's READ relays to keep maximum privacy. |
| 60 | 60 | ||
| 61 | 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. | 61 | 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 | |||
| 63 | 6. Clients SHOULD trim trailing slashes (`/`) from relay URIs to canonicalize connections. | ||