From bb3fd8cd08c018a8ab1ee8763f5a3df627f8354e Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 7 Oct 2024 18:16:14 -0400 Subject: [PATCH] clarifies language for servers --- 97.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/97.md b/97.md index 6edbf922..942fa220 100644 --- a/97.md +++ b/97.md @@ -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