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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index acf8689..aa419bb 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ 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-22: Event created_at Limits](22.md)
21- [NIP-25: Reactions](25.md) 22- [NIP-25: Reactions](25.md)
23- [NIP-28: Public Chat](28.md)
22 24
23## Event Kinds 25## Event Kinds
24 26
@@ -31,6 +33,13 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
31| 4 | Encrypted Direct Messages | 4 | 33| 4 | Encrypted Direct Messages | 4 |
32| 5 | Event Deletion | 9 | 34| 5 | Event Deletion | 9 |
33| 7 | Reaction | 25 | 35| 7 | Reaction | 25 |
36| 40 | Channel Creation | 28 |
37| 41 | Channel Metadata | 28 |
38| 42 | Channel Message | 28 |
39| 43 | Channel Hide Message | 28 |
40| 44 | Channel Mute User | 28 |
41| 45-49 | Public Chat Reserved | 28 |
42
34 43
35Please update this list when proposing NIPs introducing new event kinds. 44Please update this list when proposing NIPs introducing new event kinds.
36 45