mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
Update README.md
This commit is contained in:
parent
7367fe2fcd
commit
5d80f8c19c
|
@ -68,6 +68,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
|||
- [NIP-94: File Metadata](94.md)
|
||||
- [NIP-98: HTTP Auth](98.md)
|
||||
- [NIP-99: Classified Listings](99.md)
|
||||
- [NIP-101: Enhancing Event Compression and Encoding Support](101.md)
|
||||
|
||||
## Event Kinds
|
||||
|
||||
|
@ -136,6 +137,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
|||
| `CLOSE` | used to stop previous subscriptions | [01](01.md) |
|
||||
| `AUTH` | used to send authentication events | [42](42.md) |
|
||||
| `COUNT` | used to request event counts | [45](45.md) |
|
||||
| `CAP` | used to select encoding capabilities | [101](101.md) |
|
||||
|
||||
### Relay to Client
|
||||
|
||||
|
@ -147,6 +149,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
|||
| `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
|
||||
| `AUTH` | used to send authentication challenges | [42](42.md) |
|
||||
| `COUNT` | used to send requested event counts to clients | [45](45.md) |
|
||||
| `CAP` | used to propose encoding capabilities | [101](101.md) |
|
||||
|
||||
Please update these lists when proposing NIPs introducing new event kinds.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user