event IDs use $
This commit is contained in:
parent
7b3c98cd98
commit
0b97ac59bf
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ For example, if Alice displays a QR code encoding the following binary string:
|
|||
```
|
||||
|
||||
this indicates that Alice is verifying another user (say Bob), in response to
|
||||
the request from event "!ABCD...", her cross-signing key is
|
||||
the request from event "$ABCD...", her cross-signing key is
|
||||
`0001020304050607...` (which is "AAECAwQFBg..." in base64), she thinks that
|
||||
Bob's cross-signing key is `1011121314151617...` (which is "EBESExQVFh..." in
|
||||
base64), and the shared secret is `2021222324252627` (which is "ICEiIyQlJic" in
|
||||
|
@ -235,7 +235,7 @@ Example:
|
|||
"method": "m.reciprocate.v1",
|
||||
"m.relates_to": {
|
||||
"rel_type": "m.reference",
|
||||
"event_id": "!event_id_of_verification_request"
|
||||
"event_id": "$event_id_of_verification_request"
|
||||
},
|
||||
"secret": "shared+secret"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue