clarifies language for servers

This commit is contained in:
Vitor Pamplona 2024-10-07 18:16:14 -04:00
parent 5d29a8b1fc
commit bb3fd8cd08

8
97.md
View File

@ -6,7 +6,9 @@ Push Notification Server API
`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
@ -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.
## 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:
```json