mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add commands for importing and exporting room keys (#233)
This commit is contained in:
parent
b4e9c213e6
commit
2327658e8c
4 changed files with 116 additions and 3 deletions
14
docs/iamb.1
14
docs/iamb.1
|
@ -61,12 +61,22 @@ Log out of
|
|||
View a list of joined rooms.
|
||||
.It Sy ":spaces"
|
||||
View a list of joined spaces.
|
||||
.It Sy ":verify"
|
||||
View a list of ongoing E2EE verifications.
|
||||
.It Sy ":welcome"
|
||||
View the startup Welcome window.
|
||||
.El
|
||||
|
||||
.Sh "E2EE COMMANDS"
|
||||
.Bl -tag -width Ds
|
||||
.It Sy ":keys export [path] [passphrase]"
|
||||
Export and encrypt keys to
|
||||
.Pa path .
|
||||
.It Sy ":keys import [path] [passphrase]"
|
||||
Import and decrypt keys from
|
||||
.Pa path .
|
||||
.It Sy ":verify"
|
||||
View a list of ongoing E2EE verifications.
|
||||
.El
|
||||
|
||||
.Sh "MESSAGE COMMANDS"
|
||||
.Bl -tag -width Ds
|
||||
.It Sy ":download"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue