add ability to start verifications that happen in two stages

This commit is contained in:
Hubert Chathi 2019-01-08 16:11:15 -05:00
parent c02ecb58ae
commit ff0b9eac76

View file

@ -80,6 +80,10 @@ Properties:
process. If this message is sent in reponse to an
`m.key.verification.request` event, then it must use the same
`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.