diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2022-06-20 14:51:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 14:51:21 -0300 |
| commit | 7f7da50636a26ccdf110f608b64c880d502386e5 (patch) | |
| tree | c4f6f955f3052d3860cc235410d0c17ee1229423 | |
| parent | 4d19ef128e9e1bacc7ea102dd314afd41e20fc69 (diff) | |
note kind 0 is on nip 1 too.
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -21,14 +21,14 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 21 | 21 | ||
| 22 | ## Event Kinds | 22 | ## Event Kinds |
| 23 | 23 | ||
| 24 | | kind | description | NIP | | 24 | | kind | description | NIP | |
| 25 | |------|---------------------------|-----| | 25 | |------|---------------------------|------| |
| 26 | | 0 | Metadata | 5 | | 26 | | 0 | Metadata | 1, 5 | |
| 27 | | 1 | Text | 1 | | 27 | | 1 | Text | 1 | |
| 28 | | 2 | Recommend Relay | 1 | | 28 | | 2 | Recommend Relay | 1 | |
| 29 | | 3 | Contacts | 2 | | 29 | | 3 | Contacts | 2 | |
| 30 | | 4 | Encrypted Direct Messages | 4 | | 30 | | 4 | Encrypted Direct Messages | 4 | |
| 31 | | 5 | Event Deletion | 9 | | 31 | | 5 | Event Deletion | 9 | |
| 32 | 32 | ||
| 33 | Please update this list when proposing NIPs introducing new event kinds. | 33 | Please update this list when proposing NIPs introducing new event kinds. |
| 34 | 34 | ||