change reciever pubkey to just reciever

This commit is contained in:
Jack Chakany 2023-03-14 15:14:22 -04:00 committed by GitHub
parent 6566b4c458
commit 7328922aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
100.md
View File

@ -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": {