Skip to content

Commit 701ca0f

Browse files
authored
Merge pull request #3199 from uhoreg/deprecate_verification_start_spec
Deprecate verifications that don't begin with a request.
2 parents 55c2866 + 78adb21 commit 701ca0f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Deprecate starting verifications that don't start with `m.key.verification.request` as per [MSC3122](https://github.com/matrix-org/matrix-doc/pull/3122).

content/client-server-api/modules/end_to_end_encryption.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@ method, then the verification should be cancelled with a `code` of
528528
`m.unexpected_message`.
529529

530530
An `m.key.verification.start` message can also be sent independently of any
531-
request, specifying the verification method to use.
531+
request, specifying the verification method to use. This behaviour is
532+
deprecated, and new clients should not begin verifications in this way.
533+
However, clients should handle such verifications started by other clients.
532534

533535
Individual verification methods may add additional steps, events, and
534536
properties to the verification messages. Event types for methods defined

0 commit comments

Comments
 (0)