mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
apply changes from review
This commit is contained in:
parent
793dae1ece
commit
33ed9fc2dd
1
changelogs/client_server/newsfragments/2687.breaking
Normal file
1
changelogs/client_server/newsfragments/2687.breaking
Normal file
|
|
@ -0,0 +1 @@
|
|||
Document `curve25519-hkdf-sha256` key agreement method for SAS verification, and deprecate old method (MSC2630).
|
||||
|
|
@ -1 +0,0 @@
|
|||
Document new key agreement method for SAS verification, and deprecate old method (MSC2630).
|
||||
|
|
@ -26,7 +26,7 @@ properties:
|
|||
key_agreement_protocols:
|
||||
type: array
|
||||
description: |-
|
||||
The key agreement protocols the sending device understands. Must
|
||||
The key agreement protocols the sending device understands. Should
|
||||
include at least ``curve25519-hkdf-sha256``.
|
||||
items:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue