mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 16:35:52 -05:00
fixes naming conventions
This commit is contained in:
parent
8f2da9e9e0
commit
b0ee19e159
9
97.md
9
97.md
|
@ -1,8 +1,8 @@
|
||||||
NIP-97
|
NIP-97
|
||||||
======
|
======
|
||||||
|
|
||||||
Push Notification Server API
|
Push Notification Event Watcher API
|
||||||
----------------------------
|
-----------------------------------
|
||||||
|
|
||||||
`draft` `optional`
|
`draft` `optional`
|
||||||
|
|
||||||
|
@ -60,10 +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 Watch Server list
|
## Event Watcher list
|
||||||
|
|
||||||
An Event Watch Server list is a kind 10097 replaceable event meant to select one or more servers the user wants
|
An Event Watcher 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