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.
28 lines
708 B
Text
28 lines
708 B
Text
---
|
|
allOf:
|
|
- $ref: core-event-schema/event.yaml
|
|
|
|
description: |-
|
|
Sends the ephemeral public key for a device to the partner device. Typically sent as a
|
|
`to-device`_ event.
|
|
properties:
|
|
content:
|
|
properties:
|
|
transaction_id:
|
|
type: string
|
|
description: |-
|
|
An opaque identifier for the verification process. Must be the same as
|
|
the one used for the ``m.key.verification.start`` message.
|
|
key:
|
|
type: string
|
|
description: |-
|
|
The device's ephemeral public key, encoded as unpadded base64.
|
|
required:
|
|
- transaction_id
|
|
- key
|
|
type: object
|
|
type:
|
|
enum:
|
|
- m.key.verification.key
|
|
type: string
|
|
type: object
|