diff options
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 | ||