Update README.md

This commit is contained in:
Beemo 2023-08-19 14:11:24 +02:00 committed by GitHub
parent 7367fe2fcd
commit 5d80f8c19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-94: File Metadata](94.md)
- [NIP-98: HTTP Auth](98.md) - [NIP-98: HTTP Auth](98.md)
- [NIP-99: Classified Listings](99.md) - [NIP-99: Classified Listings](99.md)
- [NIP-101: Enhancing Event Compression and Encoding Support](101.md)
## Event Kinds ## 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) | | `CLOSE` | used to stop previous subscriptions | [01](01.md) |
| `AUTH` | used to send authentication events | [42](42.md) | | `AUTH` | used to send authentication events | [42](42.md) |
| `COUNT` | used to request event counts | [45](45.md) | | `COUNT` | used to request event counts | [45](45.md) |
| `CAP` | used to select encoding capabilities | [101](101.md) |
### Relay to Client ### 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) | | `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
| `AUTH` | used to send authentication challenges | [42](42.md) | | `AUTH` | used to send authentication challenges | [42](42.md) |
| `COUNT` | used to send requested event counts to clients | [45](45.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. Please update these lists when proposing NIPs introducing new event kinds.