upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wandersleb <leo@leowandersleb.de>2022-08-04 00:10:04 -0400
committerfiatjaf <fiatjaf@gmail.com>2022-08-04 06:01:23 -0300
commit396ebee9bcef91e5a29ad49e477732379a79a9dc (patch)
treeb694cdc162cc0b0a92e79839a03475206fa38d88
parent01931bd643e549a2327cc13c1cad24af2321d939 (diff)
-rw-r--r--21.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/21.md b/21.md
index 426c630..16f266c 100644
--- a/21.md
+++ b/21.md
@@ -23,7 +23,7 @@ If all is well, then the relay can use the identified pubkey to validate further
231. Client connects to `wss://chat.relay.nostr.com/` 231. Client connects to `wss://chat.relay.nostr.com/`
242. Client sends `["EVENT", {"id": "...", "pubkey": "aeae...", "sig": "...", "kind": 20001, "tags": [], "created_at": 1609470000, "content": "client identification for chat.relay.nostr.com"}]` 242. Client sends `["EVENT", {"id": "...", "pubkey": "aeae...", "sig": "...", "kind": 20001, "tags": [], "created_at": 1609470000, "content": "client identification for chat.relay.nostr.com"}]`
253. Client sends `["REQ", "my-dms", {"kinds": [4], "#p": ["aeae..."]}, {"kinds": [4],"authors": ["aeae"]}]` 253. Client sends `["REQ", "my-dms", {"kinds": [4], "#p": ["aeae..."]}, {"kinds": [4],"authors": ["aeae"]}]`
265. Relay sends `["EVENT", "my-dms", {"id": "...", "pubkey": "aeae...", "kind": 4, "content": "<encrypted>", "sig": "...", "tags": ["p", "786b..."]}]` 264. Relay sends `["EVENT", "my-dms", {"id": "...", "pubkey": "aeae...", "kind": 4, "content": "<encrypted>", "sig": "...", "tags": ["p", "786b..."]}]`
275. Relay sends `["EVENT", "my-dms", {"id": "...", "pubkey": "786b...", "kind": 4, "content": "<encrypted>", "sig": "...", "tags": ["p", "aeae..."]}]` 275. Relay sends `["EVENT", "my-dms", {"id": "...", "pubkey": "786b...", "kind": 4, "content": "<encrypted>", "sig": "...", "tags": ["p", "aeae..."]}]`
28 28
29Ids and signatures omitted and pubkeys shortened for readability. 29Ids and signatures omitted and pubkeys shortened for readability.