mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-10 05:14:09 +02:00
Merge pull request #1939 from matrix-org/uhoreg/fix_export_format
fix some errors in key export format
This commit is contained in:
commit
0c87b22731
|
|
@ -496,18 +496,9 @@ passphrase, and is created as follows:
|
||||||
Key export format
|
Key export format
|
||||||
<<<<<<<<<<<<<<<<<
|
<<<<<<<<<<<<<<<<<
|
||||||
|
|
||||||
The exported sessions are formatted as a JSON object of type ``ExportData``
|
The exported sessions are formatted as a JSON array of ``SessionData`` objects
|
||||||
described as follows:
|
described as follows:
|
||||||
|
|
||||||
``ExportData``
|
|
||||||
|
|
||||||
=============== ================= ==============================================
|
|
||||||
Parameter Type Description
|
|
||||||
=============== ================= ==============================================
|
|
||||||
sessions ``[SessionData]`` Required. The sessions that are being
|
|
||||||
exported.
|
|
||||||
=============== ================= ==============================================
|
|
||||||
|
|
||||||
``SessionData``
|
``SessionData``
|
||||||
|
|
||||||
.. table::
|
.. table::
|
||||||
|
|
@ -529,7 +520,7 @@ sessions ``[SessionData]`` Required. The sessions that are being
|
||||||
device which initiated the session
|
device which initiated the session
|
||||||
originally.
|
originally.
|
||||||
sender_claimed_keys {string: Required. The Ed25519 key of the
|
sender_claimed_keys {string: Required. The Ed25519 key of the
|
||||||
integer} device which initiated the session
|
string} device which initiated the session
|
||||||
originally.
|
originally.
|
||||||
session_id string Required. The ID of the session.
|
session_id string Required. The ID of the session.
|
||||||
session_key string Required. The key for the session.
|
session_key string Required. The key for the session.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue