Even further simplify relay access requests

This commit is contained in:
Jon Staab 2024-02-26 10:14:46 -08:00
parent 36fd27f06c
commit febee72ff7

5
43.md
View File

@ -8,10 +8,7 @@ Relay Access Requests
Users MAY request access to relays using an ephemeral `kind 28935` event sent ONLY to the relay in question. Relay Users MAY request access to relays using an ephemeral `kind 28935` event sent ONLY to the relay in question. Relay
access requests MUST have a `claim` tag containing an arbitrary string. `content` MAY be a message to the relay admin. access requests MUST have a `claim` tag containing an arbitrary string. `content` MAY be a message to the relay admin.
These events MUST NOT be stored or relayed to subscribers.
The event's `created_at` MUST be the current time plus or minus a few minutes to prevent replay attacks. Clients MUST
check for relay support via NIP 11 to prevent non-compliant relays broadcasting invites to subscribers. These events MUST
NOT be stored or relayed to subscribers.
This event should be sent to a relay using the standard `EVENT` verb. This event should be sent to a relay using the standard `EVENT` verb.