diff options
| author | William Casarin <jb55@jb55.com> | 2022-11-10 10:07:13 -0800 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-11-10 10:29:11 -0800 |
| commit | 15514283f3a5c51e21e596ff413da2ccc4a70b6e (patch) | |
| tree | c2a37ec7d0148c58b24cfcd9249a3ac2b1a59f5c /README.md | |
| parent | 27683d3441367cc76fa31fbb60abcd43cdc6ceb6 (diff) | |
NIP-20: Command Results
When submitting events to relays, clients currently have no way to know
if an event was successfully committed to the database. This NIP
introduces the concept of command results which are like NOTICE's except
provide more information about if an event was accepted or rejected.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -18,6 +18,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 18 | - [NIP-14: Subject tag in text events.](14.md) | 18 | - [NIP-14: Subject tag in text events.](14.md) |
| 19 | - [NIP-15: End of Stored Events Notice](15.md) | 19 | - [NIP-15: End of Stored Events Notice](15.md) |
| 20 | - [NIP-16: Event Treatment](16.md) | 20 | - [NIP-16: Event Treatment](16.md) |
| 21 | - [NIP-20: Command Results](20.md) | ||
| 21 | - [NIP-22: Event created_at Limits](22.md) | 22 | - [NIP-22: Event created_at Limits](22.md) |
| 22 | - [NIP-25: Reactions](25.md) | 23 | - [NIP-25: Reactions](25.md) |
| 23 | - [NIP-28: Public Chat](28.md) | 24 | - [NIP-28: Public Chat](28.md) |
| @@ -58,6 +59,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 58 | | EVENT | used to send events requested to clients | [1](01.md) | | 59 | | EVENT | used to send events requested to clients | [1](01.md) | |
| 59 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | | 60 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | |
| 60 | | EOSE | used to notify clients all stored events have been sent | [15](15.md) | | 61 | | EOSE | used to notify clients all stored events have been sent | [15](15.md) | |
| 62 | | OK | used to notify clients if an EVENT was successuful | [20](20.md) | | ||
| 61 | 63 | ||
| 62 | Please update these lists when proposing NIPs introducing new event kinds. | 64 | Please update these lists when proposing NIPs introducing new event kinds. |
| 63 | 65 | ||