From 45668383e372fc6ec7c9aa4023efbfad637e6bfe Mon Sep 17 00:00:00 2001 From: AsaiToshiya Date: Tue, 4 Nov 2025 22:46:47 +0900 Subject: [PATCH] add NIP-43 and its kinds to README. (#2110) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 445876e1..ccae3aa0 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos - [NIP-39: External Identities in Profiles](39.md) - [NIP-40: Expiration Timestamp](40.md) - [NIP-42: Authentication of clients to relays](42.md) +- [NIP-43: Relay Access Metadata and Requests](43.md) - [NIP-44: Encrypted Payloads (Versioned)](44.md) - [NIP-45: Counting results](45.md) - [NIP-46: Nostr Remote Signing](46.md) @@ -182,6 +183,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | `7376` | Cashu Wallet History | [60](60.md) | | `7516` | Geocache log | [geocaching][geocaching] | | `7517` | Geocache proof of find | [geocaching][geocaching] | +| `8000` | Add User | [43](43.md) | +| `8001` | Remove User | [43](43.md) | | `9000`-`9030` | Group Control Events | [29](29.md) | | `9041` | Zap Goal | [75](75.md) | | `9321` | Nutzap | [61](61.md) | @@ -213,6 +216,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | `10377` | Proxy Announcement | [Nostr Epoxy][nostr-epoxy] | | `11111` | Transport Method Announcement | [Nostr Epoxy][nostr-epoxy] | | `13194` | Wallet Info | [47](47.md) | +| `13534` | Membership Lists | [43](43.md) | | `17375` | Cashu Wallet Event | [60](60.md) | | `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] | | `22242` | Client Authentication | [42](42.md) | @@ -221,6 +225,9 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | `24133` | Nostr Connect | [46](46.md) | | `24242` | Blobs stored on mediaservers | [Blossom][blossom] | | `27235` | HTTP Auth | [98](98.md) | +| `28934` | Join Request | [43](43.md) | +| `28935` | Invite Request | [43](43.md) | +| `28936` | Leave Request | [43](43.md) | | `30000` | Follow sets | [51](51.md) | | `30001` | Generic lists | 51 (deprecated) | | `30002` | Relay sets | [51](51.md) |