upleb.uk

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

summaryrefslogtreecommitdiff
path: root/53.md
diff options
context:
space:
mode:
authorYoji Shidara <dara@shidara.net>2025-09-07 22:04:01 +0900
committerGitHub <noreply@github.com>2025-09-07 06:04:01 -0700
commit3a126a51a65bcf97a335a6897574254c92334cec (patch)
treeb3f3a7c080a4d67616a4896355d86c7c3401f381 /53.md
parent4c5d5fff99993c5334c81475ab149895af884d04 (diff)
Typos (#2054)
Diffstat (limited to '53.md')
-rw-r--r--53.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/53.md b/53.md
index 523a998..a0270e5 100644
--- a/53.md
+++ b/53.md
@@ -10,7 +10,7 @@ This NIP introduces event kinds to advertise live spaces and the participation o
10 10
11## Live Streaming 11## Live Streaming
12 12
13A special event with `kind:30311` "Live Streaming Event" is defined as an _addressable event_ whose tags advertise the content and participats of a live stream. 13A special event with `kind:30311` "Live Streaming Event" is defined as an _addressable event_ whose tags advertise the content and participants of a live stream.
14 14
15Each `p` tag SHOULD have a **displayable** marker name for the current role (e.g. `Host`, `Speaker`, `Participant`) of the user in the event and the relay information MAY be empty. This event will be constantly updated as participants join and leave the activity. 15Each `p` tag SHOULD have a **displayable** marker name for the current role (e.g. `Host`, `Speaker`, `Participant`) of the user in the event and the relay information MAY be empty. This event will be constantly updated as participants join and leave the activity.
16 16
@@ -63,7 +63,7 @@ This feature is important to avoid malicious event owners adding large account h
63 63
64### Live Chat Message 64### Live Chat Message
65 65
66Event `kind:1311` is live chat's channel message. Clients MUST include the `a` tag of the activity. An `e` tag denotes the direct parent message this post is replying to. 66Event `kind:1311` is live chat's channel message. Clients MUST include the `a` tag of the activity. An `e` tag denotes the direct parent message this post is replying to.
67 67
68```jsonc 68```jsonc
69{ 69{
@@ -249,9 +249,9 @@ Event management:
249``` 249```
250### Room Presence 250### Room Presence
251 251
252New `kind: 10312` provides an event which signals presence of a listener. 252New `kind: 10312` provides an event which signals presence of a listener.
253 253
254The presence event SHOULD be updated at regular intervals and clients SHOULD filter presence events older than 254The presence event SHOULD be updated at regular intervals and clients SHOULD filter presence events older than
255a given time window. 255a given time window.
256 256
257**This kind `10312` is a regular replaceable event, as such presence can only be indicated in one room at a time.** 257**This kind `10312` is a regular replaceable event, as such presence can only be indicated in one room at a time.**