diff options
| -rw-r--r-- | 51.md | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 0 deletions
| @@ -34,6 +34,7 @@ their feeds or receive annoying notifications from. | |||
| 34 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 community definitions) | | 34 | | Public chats | 10005 | [NIP-28](28.md) chat channels the user is in | `"e"` (kind:40 community definitions) | |
| 35 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | | 35 | | Blocked relays | 10006 | relays clients should never connect to | `"relay"` (relay URLs) | |
| 36 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | | 36 | | Search relays | 10007 | relays clients should use when performing search queries | `"relay"` (relay URLs) | |
| 37 | | Interests | 10015 | topics a user may be interested in and pointers | `"t"` (hashtags) and `"a" (kind:30015 interest set)` | | ||
| 37 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | | 38 | | Emojis | 10030 | user preferred emojis and pointers to emoji sets | `"emoji"` (see [NIP-30](30.md)) and `"a"` (kind:30030 emoji set) | |
| 38 | 39 | ||
| 39 | ## Sets | 40 | ## Sets |
| @@ -55,6 +56,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"na | |||
| 55 | | Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during various operations | `"relay"` (relay URLs) | | 56 | | Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during various operations | `"relay"` (relay URLs) | |
| 56 | | Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r" (URLs)` | | 57 | | Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups | `"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r" (URLs)` | |
| 57 | | Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) | | 58 | | Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category | `"a"` (kind:30023 articles), `"e"` (kind:1 notes) | |
| 59 | | Interest sets | 30015 | interest topics represented by a bunch of "hashtags" | `"t"` (hashtags) | | ||
| 58 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | | 60 | | Emoji sets | 30030 | categorized emoji groups | `"emoji"` (see [NIP-30](30.md)) | |
| 59 | 61 | ||
| 60 | ## Deprecated standard lists | 62 | ## Deprecated standard lists |
| @@ -113,6 +113,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 113 | | `10005` | Public chats list | [51](51.md) | | 113 | | `10005` | Public chats list | [51](51.md) | |
| 114 | | `10006` | Blocked relays list | [51](51.md) | | 114 | | `10006` | Blocked relays list | [51](51.md) | |
| 115 | | `10007` | Search relays list | [51](51.md) | | 115 | | `10007` | Search relays list | [51](51.md) | |
| 116 | | `10015` | Interests list | [51](51.md) | | ||
| 116 | | `10030` | User emoji list | [51](51.md) | | 117 | | `10030` | User emoji list | [51](51.md) | |
| 117 | | `13194` | Wallet Info | [47](47.md) | | 118 | | `13194` | Wallet Info | [47](47.md) | |
| 118 | | `22242` | Client Authentication | [42](42.md) | | 119 | | `22242` | Client Authentication | [42](42.md) | |
| @@ -127,6 +128,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 127 | | `30004` | Curation sets | [51](51.md) | | 128 | | `30004` | Curation sets | [51](51.md) | |
| 128 | | `30008` | Profile Badges | [58](58.md) | | 129 | | `30008` | Profile Badges | [58](58.md) | |
| 129 | | `30009` | Badge Definition | [58](58.md) | | 130 | | `30009` | Badge Definition | [58](58.md) | |
| 131 | | `30015` | Interest sets | [51](51.md) | | ||
| 130 | | `30030` | Emoji sets | [51](51.md) | | 132 | | `30030` | Emoji sets | [51](51.md) | |
| 131 | | `30017` | Create or update a stall | [15](15.md) | | 133 | | `30017` | Create or update a stall | [15](15.md) | |
| 132 | | `30018` | Create or update a product | [15](15.md) | | 134 | | `30018` | Create or update a product | [15](15.md) | |