CLOSED messages for relays that want to reject REQs and NIP-42 AUTH integration (#902)

Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
This commit is contained in:
fiatjaf_
2023-12-06 12:01:27 -03:00
committed by GitHub
parent c07f0eab1a
commit 2bd4bf7841
4 changed files with 65 additions and 28 deletions

View File

@@ -172,6 +172,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `EVENT` | used to send events requested to clients | [01](01.md) |
| `NOTICE` | used to send human-readable messages to clients | [01](01.md) |
| `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
| `CLOSED` | used to notify clients that a REQ was ended and why | [01](01.md) |
| `AUTH` | used to send authentication challenges | [42](42.md) |
| `COUNT` | used to send requested event counts to clients | [45](45.md) |