event IDs use $

This commit is contained in:
Hubert Chathi 2020-11-18 22:52:06 -05:00
parent 7b3c98cd98
commit 0b97ac59bf

View file

@ -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 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 `0001020304050607...` (which is "AAECAwQFBg..." in base64), she thinks that
Bob's cross-signing key is `1011121314151617...` (which is "EBESExQVFh..." in Bob's cross-signing key is `1011121314151617...` (which is "EBESExQVFh..." in
base64), and the shared secret is `2021222324252627` (which is "ICEiIyQlJic" in base64), and the shared secret is `2021222324252627` (which is "ICEiIyQlJic" in
@ -235,7 +235,7 @@ Example:
"method": "m.reciprocate.v1", "method": "m.reciprocate.v1",
"m.relates_to": { "m.relates_to": {
"rel_type": "m.reference", "rel_type": "m.reference",
"event_id": "!event_id_of_verification_request" "event_id": "$event_id_of_verification_request"
}, },
"secret": "shared+secret" "secret": "shared+secret"
} }