mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Even further simplify relay access requests
This commit is contained in:
parent
36fd27f06c
commit
febee72ff7
7
43.md
7
43.md
|
@ -7,11 +7,8 @@ Relay Access Requests
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user