From 5d80f8c19c64114f38794efcd870bc890d35d216 Mon Sep 17 00:00:00 2001 From: Beemo <120607606+b35363@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:11:24 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da8a6f6d..513f90ba 100644 --- a/README.md +++ b/README.md @@ -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.