Use /omemo fingerprint to show contact fingerprints

Don't print fingerprints when they are received
This commit is contained in:
Paul Fariello
2019-03-25 18:30:46 +01:40
parent 2fd2ca208c
commit 3d8f47a724
5 changed files with 96 additions and 32 deletions

View File

@@ -2350,7 +2350,7 @@ static struct cmd_t command_defs[] =
"/omemo start [<contact>]",
"/omemo trust [<contact>] <fingerprint>",
"/omemo end",
"/omemo fingerprint")
"/omemo fingerprint [<contact>]")
CMD_DESC(
"Omemo commands to manage keys, and perform encryption during chat sessions.")
CMD_ARGS(
@@ -2359,7 +2359,7 @@ static struct cmd_t command_defs[] =
{ "end", "End the current OMEMO session," },
{ "log on|off", "Enable or disable plaintext logging of OMEMO encrypted messages." },
{ "log redact", "Log OMEMO encrypted messages, but replace the contents with [redacted]. This is the default." },
{ "fingerprint", "Show current device fingerprint." })
{ "fingerprint", "Show contact fingerprints." })
CMD_EXAMPLES(
"/omemo gen",
"/omemo start buddy@buddychat.org",