Reference implementations:
* 94f664e725
* https://github.com/matrix-org/matrix-react-sdk/pull/2461
* https://github.com/matrix-org/matrix-js-sdk/pull/818
* https://github.com/matrix-org/matrix-react-sdk/pull/2596
* https://github.com/matrix-org/matrix-js-sdk/pull/837
Proposals:
* [MSC1717](https://github.com/matrix-org/matrix-doc/pull/1717)
* [MSC1267](https://github.com/matrix-org/matrix-doc/issues/1267)
No alterations to either proposal have been made intentionally here.
12 lines
392 B
Text
12 lines
392 B
Text
{
|
|
"type": "m.key.verification.start",
|
|
"content": {
|
|
"from_device": "BobDevice1",
|
|
"transaction_id": "S0meUniqueAndOpaqueString",
|
|
"method": "m.sas.v1",
|
|
"key_agreement_protocols": ["curve25519"],
|
|
"hashes": ["sha256"],
|
|
"message_authentication_codes": ["hkdf-hmac-sha256"],
|
|
"short_authentication_string": ["decimal", "emoji"]
|
|
}
|
|
}
|