mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
change reciever pubkey to just reciever
This commit is contained in:
parent
6566b4c458
commit
7328922aad
6
100.md
6
100.md
|
@ -50,7 +50,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
|||
"pubkey": "<sender pubkey>",
|
||||
"tags": [
|
||||
["type", "offer"],
|
||||
["p", "<reciever pubkey>"],
|
||||
["p", "<reciever>"],
|
||||
["r", "<encrypted room id>"]
|
||||
],
|
||||
"content": {
|
||||
|
@ -67,7 +67,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
|||
"pubkey": "<sender pubkey>",
|
||||
"tags": [
|
||||
["type", "answer"],
|
||||
["p", "<reciever pubkey>"],
|
||||
["p", "<reciever>"],
|
||||
["r", "<encrypted room id>"]
|
||||
],
|
||||
"content": {
|
||||
|
@ -84,7 +84,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
|||
"pubkey": "<sender pubkey>",
|
||||
"tags": [
|
||||
["type", "candidate"],
|
||||
["p", "<reciever pubkey>"],
|
||||
["p", "<reciever>"],
|
||||
["r", "<encrypted room id>"]
|
||||
],
|
||||
"content": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user