mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 04:04:10 +01:00
add ability to start verifications that happen in two stages
This commit is contained in:
parent
c02ecb58ae
commit
ff0b9eac76
|
|
@ -80,6 +80,10 @@ Properties:
|
||||||
process. If this message is sent in reponse to an
|
process. If this message is sent in reponse to an
|
||||||
`m.key.verification.request` event, then it must use the same
|
`m.key.verification.request` event, then it must use the same
|
||||||
`transaction_id` as the one given in the `m.key.verification.request`.
|
`transaction_id` as the one given in the `m.key.verification.request`.
|
||||||
|
- `next_method` (string): Optional. If the selected verification method only
|
||||||
|
verifies one user's key, then this property can be used to indicate the
|
||||||
|
method to use to verify the other user's key, which will be started
|
||||||
|
immediately after after the current key verification is complete.
|
||||||
|
|
||||||
Key verification methods can define additional properties to be included.
|
Key verification methods can define additional properties to be included.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue