mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-27 18:55:52 -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>",
|
"pubkey": "<sender pubkey>",
|
||||||
"tags": [
|
"tags": [
|
||||||
["type", "offer"],
|
["type", "offer"],
|
||||||
["p", "<reciever pubkey>"],
|
["p", "<reciever>"],
|
||||||
["r", "<encrypted room id>"]
|
["r", "<encrypted room id>"]
|
||||||
],
|
],
|
||||||
"content": {
|
"content": {
|
||||||
|
@ -67,7 +67,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
||||||
"pubkey": "<sender pubkey>",
|
"pubkey": "<sender pubkey>",
|
||||||
"tags": [
|
"tags": [
|
||||||
["type", "answer"],
|
["type", "answer"],
|
||||||
["p", "<reciever pubkey>"],
|
["p", "<reciever>"],
|
||||||
["r", "<encrypted room id>"]
|
["r", "<encrypted room id>"]
|
||||||
],
|
],
|
||||||
"content": {
|
"content": {
|
||||||
|
@ -84,7 +84,7 @@ Used when responding to a `type:connect`. Offering to connect to that peer.
|
||||||
"pubkey": "<sender pubkey>",
|
"pubkey": "<sender pubkey>",
|
||||||
"tags": [
|
"tags": [
|
||||||
["type", "candidate"],
|
["type", "candidate"],
|
||||||
["p", "<reciever pubkey>"],
|
["p", "<reciever>"],
|
||||||
["r", "<encrypted room id>"]
|
["r", "<encrypted room id>"]
|
||||||
],
|
],
|
||||||
"content": {
|
"content": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user