Add sticker pack kinds 10031 and 30031 to Event Kinds table#2410
Open
vincenzopalazzo wants to merge 1 commit into
Open
Add sticker pack kinds 10031 and 30031 to Event Kinds table#2410vincenzopalazzo wants to merge 1 commit into
vincenzopalazzo wants to merge 1 commit into
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registers two event kinds used by the open sticker-pack directory specified in Sonar Stickers:
3003130000–39999)1003110000–19999)These deliberately sit one slot above the NIP-51 / NIP-30 custom-emoji kinds
30030(emoji set) and10030(user emoji list). Stickers reuse a similar event shape (title/image/description/emojitags on the pack,a-tag pointers on the list) but must not collide with emoji kinds, or clients would parse sticker packs as emoji sets and installed-pack lists as emoji lists.Spec highlights
sonar-sticker-pack-v1(pack_formattag + recommendedtdiscovery tag)stickertags with shortcode, URL, sha256, MIME, optional dim/alt/emojiRelated
Notes
This only extends the Event Kinds index in the README (with an external-spec reference, same pattern as Marmot / NKBIP / joinstr). A full NIP document can follow once multiple independent clients implement the format.