From c524f6ef3d40159e6ae3345410fba82ecf886020 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 8 Jul 2026 23:37:45 +0200 Subject: [PATCH] Add sticker pack kinds 10031 and 30031 to Event Kinds table Reserve kinds used by the Sonar sticker-pack directory (and reusable by any Nostr client): - 30031: addressable sticker pack (sits above emoji set 30030) - 10031: replaceable user installed-pack list (sits above user emoji list 10030) Spec: https://sonarprivacy.xyz/docs/#SONAR-STICKERS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a3e37e99cd..73dbbad295 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ This table is not exhaustive. For a machine-readable registry of all known event | `10019` | Nutzap Mint Recommendation | [61](61.md) | | `10020` | Media follows | [51](51.md) | | `10030` | User emoji list | [51](51.md) | +| `10031` | User sticker pack list | [sonar-stickers][sonar-stickers] | | `10050` | Relay list to receive DMs | [51](51.md), [17](17.md) | | `10051` | KeyPackage Relays List | [Marmot][marmot] | | `10054` | Favorite podcasts list | [51](51.md) | @@ -256,6 +257,7 @@ This table is not exhaustive. For a machine-readable registry of all known event | `30023` | Long-form Content | [23](23.md) | | `30024` | Draft Long-form Content | [23](23.md) | | `30030` | Emoji sets | [51](51.md) | +| `30031` | Sticker packs | [sonar-stickers][sonar-stickers] | | `30040` | Curated Publication Index | [NKBIP-01] | | `30041` | Curated Publication Content | [NKBIP-01] | | `30063` | Release artifact sets | [51](51.md) | @@ -304,6 +306,7 @@ This table is not exhaustive. For a machine-readable registry of all known event [NKBIP-02]: https://wikistr.com/nkbip-02*fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1 [NKBIP-03]: https://wikistr.com/nkbip-03*fd208ee8c8f283780a9552896e4823cc9dc6bfd442063889577106940fd927c1 [marmot]: https://github.com/marmot-protocol/marmot +[sonar-stickers]: https://sonarprivacy.xyz/docs/#SONAR-STICKERS ## Message types