Skip to content

Commit

Permalink
Clarify that verifications without a request only happens over to-dev…
Browse files Browse the repository at this point in the history
…ice (#1345)
  • Loading branch information
uhoreg committed Nov 17, 2022
1 parent 1e393fb commit 6492277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1345.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify parts of the end-to-end encryption sections.
3 changes: 2 additions & 1 deletion content/client-server-api/modules/end_to_end_encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ then the device IDs should be compared instead. If the two
method, then the verification should be cancelled with a `code` of
`m.unexpected_message`.

An `m.key.verification.start` message can also be sent independently of any
When verifying using to-device messages, an `m.key.verification.start`
message can also be sent independently of any
request, specifying the verification method to use. This behaviour is
deprecated, and new clients should not begin verifications in this way.
However, clients should handle such verifications started by other clients.
Expand Down

0 comments on commit 6492277

Please sign in to comment.