diff options
| author | DZ <dzdidi@users.noreply.github.com> | 2022-10-08 13:13:20 +0200 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2022-10-26 09:54:23 -0700 |
| commit | 6ba2fc3338a45082b08f3529ef62acf617ee3c69 (patch) | |
| tree | 6df336814e7036a3eef0aadd345486e03f4efeb8 /README.md | |
| parent | 3c0c3ca0f322c01aa62964f5d2a3d9394875f15b (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 44 |
1 files changed, 22 insertions, 22 deletions
| @@ -24,23 +24,23 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 24 | 24 | ||
| 25 | ## Event Kinds | 25 | ## Event Kinds |
| 26 | 26 | ||
| 27 | | kind | description | NIP | | 27 | | kind | description | NIP | |
| 28 | |-------------|----------------------------|------------------------| | 28 | |-------------|-----------------------------|------------------------| |
| 29 | | 0 | Metadata | [1](01.md), [5](05.md) | | 29 | | 0 | Metadata | [1](01.md), [5](05.md) | |
| 30 | | 1 | Text | [1](01.md) | | 30 | | 1 | Text | [1](01.md) | |
| 31 | | 2 | Recommend Relay | [1](01.md) | | 31 | | 2 | Recommend Relay | [1](01.md) | |
| 32 | | 3 | Contacts | [2](02.md) | | 32 | | 3 | Contacts | [2](02.md) | |
| 33 | | 4 | Encrypted Direct Messages | [4](04.md) | | 33 | | 4 | Encrypted Direct Messages | [4](04.md) | |
| 34 | | 5 | Event Deletion | [9](09.md) | | 34 | | 5 | Event Deletion | [9](09.md) | |
| 35 | | 7 | Reaction | [25](25.md) | | 35 | | 7 | Reaction | [25](25.md) | |
| 36 | | 40 | Channel Creation | [28](28.md) | | 36 | | 40 | Channel Creation | [28](28.md) | |
| 37 | | 41 | Channel Metadata | [28](28.md) | | 37 | | 41 | Channel Metadata | [28](28.md) | |
| 38 | | 42 | Channel Message | [28](28.md) | | 38 | | 42 | Channel Message | [28](28.md) | |
| 39 | | 43 | Channel Hide Message | [28](28.md) | | 39 | | 43 | Channel Hide Message | [28](28.md) | |
| 40 | | 44 | Channel Mute User | [28](28.md) | | 40 | | 44 | Channel Mute User | [28](28.md) | |
| 41 | | 45-49 | Public Chat Reserved | [28](28.md) | | 41 | | 45-49 | Public Chat Reserved | [28](28.md) | |
| 42 | | 10000-19999 | Replacable Events Reserved | [16](16.md) | | 42 | | 10000-19999 | Replaceable Events Reserved | [16](16.md) | |
| 43 | | 20000-29999 | Ephemeral Events Reserved | [16](16.md) | | 43 | | 20000-29999 | Ephemeral Events Reserved | [16](16.md) | |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | ## Message types | 46 | ## Message types |
| @@ -53,11 +53,11 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 53 | | CLOSE | used to stop previous subscriptions | [1](01.md) | | 53 | | CLOSE | used to stop previous subscriptions | [1](01.md) | |
| 54 | 54 | ||
| 55 | ### Relay to Client | 55 | ### Relay to Client |
| 56 | | type | description | NIP | | 56 | | type | description | NIP | |
| 57 | |--------|------------------------------------------------------------------------|-------------| | 57 | |--------|---------------------------------------------------------|-------------| |
| 58 | | EVENT | used to send events requested by clients | [1](01.md) | | 58 | | EVENT | used to send events requested to clients | [1](01.md) | |
| 59 | | NOTICE | used to send human-readable error messages or other things to clients | [1](01.md) | | 59 | | NOTICE | used to send human-readable messages to clients | [1](01.md) | |
| 60 | | EOSE | used to clients when all stored events have been sent | [15](15.md) | | 60 | | EOSE | used to notify clients all stored events have been sent | [15](15.md) | |
| 61 | 61 | ||
| 62 | Please update these lists when proposing NIPs introducing new event kinds. | 62 | Please update these lists when proposing NIPs introducing new event kinds. |
| 63 | 63 | ||