diff options
| author | Leo Wandersleb <leo@leowandersleb.de> | 2023-01-17 14:11:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-17 14:11:49 -0300 |
| commit | 013d94a840ea3a8c35c39960db59f37c0df1ff20 (patch) | |
| tree | 2ebbfcf9bbfa5b5fbadc5811920ed8254e99f444 /README.md | |
| parent | 1840c5cbdf37635fcada6434e91e9a47b0251d91 (diff) | |
Add Parametrized Replaceable events to kind listGiszmo-patch-1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 39 |
1 files changed, 20 insertions, 19 deletions
| @@ -24,31 +24,32 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 24 | - [NIP-25: Reactions](25.md) | 24 | - [NIP-25: Reactions](25.md) |
| 25 | - [NIP-26: Delegated Event Signing](26.md) | 25 | - [NIP-26: Delegated Event Signing](26.md) |
| 26 | - [NIP-28: Public Chat](28.md) | 26 | - [NIP-28: Public Chat](28.md) |
| 27 | - [NIP-33: Parameterized Replaceable Events](33.md) | 27 | - [NIP-33: Parametrized Replaceable Events](33.md) |
| 28 | - [NIP-36: Sensitive Content](36.md) | 28 | - [NIP-36: Sensitive Content](36.md) |
| 29 | - [NIP-40: Expiration Timestamp](40.md) | 29 | - [NIP-40: Expiration Timestamp](40.md) |
| 30 | - [NIP-42: Authentication of clients to relays](42.md) | 30 | - [NIP-42: Authentication of clients to relays](42.md) |
| 31 | 31 | ||
| 32 | ## Event Kinds | 32 | ## Event Kinds |
| 33 | 33 | ||
| 34 | | kind | description | NIP | | 34 | | kind | description | NIP | |
| 35 | |-------------|-----------------------------|------------------------| | 35 | |-------------|---------------------------------|------------------------| |
| 36 | | 0 | Metadata | [1](01.md), [5](05.md) | | 36 | | 0 | Metadata | [1](01.md), [5](05.md) | |
| 37 | | 1 | Text | [1](01.md) | | 37 | | 1 | Text | [1](01.md) | |
| 38 | | 2 | Recommend Relay | [1](01.md) | | 38 | | 2 | Recommend Relay | [1](01.md) | |
| 39 | | 3 | Contacts | [2](02.md) | | 39 | | 3 | Contacts | [2](02.md) | |
| 40 | | 4 | Encrypted Direct Messages | [4](04.md) | | 40 | | 4 | Encrypted Direct Messages | [4](04.md) | |
| 41 | | 5 | Event Deletion | [9](09.md) | | 41 | | 5 | Event Deletion | [9](09.md) | |
| 42 | | 7 | Reaction | [25](25.md) | | 42 | | 7 | Reaction | [25](25.md) | |
| 43 | | 40 | Channel Creation | [28](28.md) | | 43 | | 40 | Channel Creation | [28](28.md) | |
| 44 | | 41 | Channel Metadata | [28](28.md) | | 44 | | 41 | Channel Metadata | [28](28.md) | |
| 45 | | 42 | Channel Message | [28](28.md) | | 45 | | 42 | Channel Message | [28](28.md) | |
| 46 | | 43 | Channel Hide Message | [28](28.md) | | 46 | | 43 | Channel Hide Message | [28](28.md) | |
| 47 | | 44 | Channel Mute User | [28](28.md) | | 47 | | 44 | Channel Mute User | [28](28.md) | |
| 48 | | 45-49 | Public Chat Reserved | [28](28.md) | | 48 | | 45-49 | Public Chat Reserved | [28](28.md) | |
| 49 | | 22242 | Client Authentication | [42](42.md) | | 49 | | 22242 | Client Authentication | [42](42.md) | |
| 50 | | 10000-19999 | Replaceable Events Reserved | [16](16.md) | | 50 | | 10000-19999 | Replaceable Events | [16](16.md) | |
| 51 | | 20000-29999 | Ephemeral Events Reserved | [16](16.md) | | 51 | | 20000-29999 | Ephemeral Events | [16](16.md) | |
| 52 | | 30000-39999 | Parametrized Replaceable Events | [33](33.md) | | ||
| 52 | 53 | ||
| 53 | 54 | ||
| 54 | ## Message types | 55 | ## Message types |