Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 17.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Kind `10050` indicates the user's preferred relays to receive DMs. The event MUS
"tags": [
["relay", "wss://inbox.nostr.wine"],
["relay", "wss://myrelay.nostr1.com"],
["expiration_preference", "<seconds>"], // optional
],
"content": "",
// other fields...
Expand All @@ -147,6 +148,8 @@ Kind `10050` indicates the user's preferred relays to receive DMs. The event MUS

Clients SHOULD publish kind `14` events to the `10050`-listed relays. If that is not found that indicates the user is not ready to receive messages under this NIP and clients shouldn't try.

The tag `expiration_preference` indicates the user's preferred expiration delta in seconds. If present, gift wraps to each user MUST contain an `expiration` tag for their `<seconds>` in the future.

## Relays

It's advisable that relays do not serve `kind:1059` to clients other than the ones tagged in them.
Expand Down