upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2022-11-11 11:00:40 -0300
committerGitHub <noreply@github.com>2022-11-11 11:00:40 -0300
commit30f1e64e01f3999c8bcfedd0c9de74f8cf77f404 (patch)
treee6b145a712f08394e598463251ba0691ae2ff172 /README.md
parentf09362695dde79719059a3b70ae96529d3e7726b (diff)
parentc510e646d0fd5bfa56a044756182cc10ad7e494d (diff)
Merge pull request #62 from jb55/command-results
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d974dd3..8b3a994 100644
--- a/README.md
+++ b/README.md
@@ -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
62Please update these lists when proposing NIPs introducing new event kinds. 64Please update these lists when proposing NIPs introducing new event kinds.
63 65