upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/28.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-03-07 07:28:53 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-03-07 07:28:53 -0300
commit6eb18389212430f91f293f7a57895b05b9e37e13 (patch)
treec8c5f8d0c83c59662ec38cb58c7e81cc7ad3edbf /28.md
parentb99723efcca383affd43eb2efb5b25c949346588 (diff)
remove reserved range from NIP-28.
Diffstat (limited to '28.md')
-rw-r--r--28.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/28.md b/28.md
index 0862e72..d72e7ab 100644
--- a/28.md
+++ b/28.md
@@ -9,7 +9,7 @@ Public Chat
9 9
10This NIP defines new event kinds for public chat channels, channel messages, and basic client-side moderation. 10This NIP defines new event kinds for public chat channels, channel messages, and basic client-side moderation.
11 11
12It reserves five event kinds (40-44) for immediate use and five event kinds (45-49) for future use. 12It reserves five event kinds (40-44) for immediate use:
13 13
14- `40 - channel create` 14- `40 - channel create`
15- `41 - channel metadata` 15- `41 - channel metadata`
@@ -138,12 +138,6 @@ For [NIP-10](10.md) relay recommendations, clients generally SHOULD use the rela
138Clients MAY recommend any relay URL. For example, if a relay hosting the original kind 40 event for a channel goes offline, clients could instead fetch channel data from a backup relay, or a relay that clients trust more than the original relay. 138Clients MAY recommend any relay URL. For example, if a relay hosting the original kind 40 event for a channel goes offline, clients could instead fetch channel data from a backup relay, or a relay that clients trust more than the original relay.
139 139
140 140
141Future extensibility
142--------------------
143
144We reserve event kinds 45-49 for other events related to chat, to potentially include new types of media (photo/video), moderation, or support of private or group messaging.
145
146
147Motivation 141Motivation
148---------- 142----------
149If we're solving censorship-resistant communication for social media, we may as well solve it also for Telegram-style messaging. 143If we're solving censorship-resistant communication for social media, we may as well solve it also for Telegram-style messaging.