diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-12-06 12:01:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 12:01:27 -0300 |
| commit | 2bd4bf784112aabff9d0fc2dd90fed9107aa5cde (patch) | |
| tree | c11ffc54f6549f0f337cb75ddce6cd66f77bd449 /README.md | |
| parent | c07f0eab1a74c3de5666ce0d2245d40f90543a3d (diff) | |
`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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -172,6 +172,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 172 | | `EVENT` | used to send events requested to clients | [01](01.md) | | 172 | | `EVENT` | used to send events requested to clients | [01](01.md) | |
| 173 | | `NOTICE` | used to send human-readable messages to clients | [01](01.md) | | 173 | | `NOTICE` | used to send human-readable messages to clients | [01](01.md) | |
| 174 | | `OK` | used to notify clients if an EVENT was successful | [01](01.md) | | 174 | | `OK` | used to notify clients if an EVENT was successful | [01](01.md) | |
| 175 | | `CLOSED` | used to notify clients that a REQ was ended and why | [01](01.md) | | ||
| 175 | | `AUTH` | used to send authentication challenges | [42](42.md) | | 176 | | `AUTH` | used to send authentication challenges | [42](42.md) | |
| 176 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | | 177 | | `COUNT` | used to send requested event counts to clients | [45](45.md) | |
| 177 | 178 | ||