mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
clarifies language for servers
This commit is contained in:
parent
5d29a8b1fc
commit
bb3fd8cd08
8
97.md
8
97.md
|
@ -6,7 +6,9 @@ Push Notification Server API
|
||||||
|
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
This NIP defines a common API to register push notification tokens into an event watcher server. The goal is to allow users to choose their push notification servers by simply adding an http address to their account.
|
This NIP defines a common API to register push notification tokens into one or more event watch servers, which constantly query several relays to notify users on new events.
|
||||||
|
|
||||||
|
The goal is to allow users to choose their event watch servers by simply adding an http address to their account.
|
||||||
|
|
||||||
## Registration Call
|
## Registration Call
|
||||||
|
|
||||||
|
@ -58,9 +60,9 @@ Servers send new events via the user's preferred system. The event is [NIP-59 Gi
|
||||||
|
|
||||||
Clients SHOULD try to decrypt the GiftWrap with all logged-in accounts.
|
Clients SHOULD try to decrypt the GiftWrap with all logged-in accounts.
|
||||||
|
|
||||||
## Event Watcher Server list
|
## Event Watch Server list
|
||||||
|
|
||||||
An Event Watcher Server list is a kind 10097 replaceable event meant to select one or more servers the user wants
|
An Event Watch Server list is a kind 10097 replaceable event meant to select one or more servers the user wants
|
||||||
to register for push notifications. Servers are listed as `server` tags:
|
to register for push notifications. Servers are listed as `server` tags:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user