mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update README.md
This commit is contained in:
parent
3c0c3ca0f3
commit
6ba2fc3338
44
README.md
44
README.md
|
@ -24,23 +24,23 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
|
|
||||||
## Event Kinds
|
## Event Kinds
|
||||||
|
|
||||||
| kind | description | NIP |
|
| kind | description | NIP |
|
||||||
|-------------|----------------------------|------------------------|
|
|-------------|-----------------------------|------------------------|
|
||||||
| 0 | Metadata | [1](01.md), [5](05.md) |
|
| 0 | Metadata | [1](01.md), [5](05.md) |
|
||||||
| 1 | Text | [1](01.md) |
|
| 1 | Text | [1](01.md) |
|
||||||
| 2 | Recommend Relay | [1](01.md) |
|
| 2 | Recommend Relay | [1](01.md) |
|
||||||
| 3 | Contacts | [2](02.md) |
|
| 3 | Contacts | [2](02.md) |
|
||||||
| 4 | Encrypted Direct Messages | [4](04.md) |
|
| 4 | Encrypted Direct Messages | [4](04.md) |
|
||||||
| 5 | Event Deletion | [9](09.md) |
|
| 5 | Event Deletion | [9](09.md) |
|
||||||
| 7 | Reaction | [25](25.md) |
|
| 7 | Reaction | [25](25.md) |
|
||||||
| 40 | Channel Creation | [28](28.md) |
|
| 40 | Channel Creation | [28](28.md) |
|
||||||
| 41 | Channel Metadata | [28](28.md) |
|
| 41 | Channel Metadata | [28](28.md) |
|
||||||
| 42 | Channel Message | [28](28.md) |
|
| 42 | Channel Message | [28](28.md) |
|
||||||
| 43 | Channel Hide Message | [28](28.md) |
|
| 43 | Channel Hide Message | [28](28.md) |
|
||||||
| 44 | Channel Mute User | [28](28.md) |
|
| 44 | Channel Mute User | [28](28.md) |
|
||||||
| 45-49 | Public Chat Reserved | [28](28.md) |
|
| 45-49 | Public Chat Reserved | [28](28.md) |
|
||||||
| 10000-19999 | Replacable Events Reserved | [16](16.md) |
|
| 10000-19999 | Replaceable Events Reserved | [16](16.md) |
|
||||||
| 20000-29999 | Ephemeral Events Reserved | [16](16.md) |
|
| 20000-29999 | Ephemeral Events Reserved | [16](16.md) |
|
||||||
|
|
||||||
|
|
||||||
## Message types
|
## Message types
|
||||||
|
@ -53,11 +53,11 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
| CLOSE | used to stop previous subscriptions | [1](01.md) |
|
| CLOSE | used to stop previous subscriptions | [1](01.md) |
|
||||||
|
|
||||||
### Relay to Client
|
### Relay to Client
|
||||||
| type | description | NIP |
|
| type | description | NIP |
|
||||||
|--------|------------------------------------------------------------------------|-------------|
|
|--------|---------------------------------------------------------|-------------|
|
||||||
| EVENT | used to send events requested by clients | [1](01.md) |
|
| EVENT | used to send events requested to clients | [1](01.md) |
|
||||||
| NOTICE | used to send human-readable error messages or other things to clients | [1](01.md) |
|
| NOTICE | used to send human-readable messages to clients | [1](01.md) |
|
||||||
| EOSE | used to clients when all stored events have been sent | [15](15.md) |
|
| EOSE | used to notify clients all stored events have been sent | [15](15.md) |
|
||||||
|
|
||||||
Please update these lists when proposing NIPs introducing new event kinds.
|
Please update these lists when proposing NIPs introducing new event kinds.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user