mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 16:26:21 +00:00
Added help for shared secret and question answer otr verification
This commit is contained in:
@@ -595,13 +595,13 @@ static struct cmd_t command_defs[] =
|
|||||||
|
|
||||||
{ "/otr",
|
{ "/otr",
|
||||||
cmd_otr, parse_args, 1, 3, NULL,
|
cmd_otr, parse_args, 1, 3, NULL,
|
||||||
{ "/otr gen|myfp|theirfp|start|end|trust|untrust|log|warn|libver|policy", "Off The Record encryption commands.",
|
{ "/otr gen|myfp|theirfp|start|end|trust|untrust|log|warn|libver|policy|secret|question|answer", "Off The Record encryption commands.",
|
||||||
{ "/otr gen|myfp|theirfp|start|end|trust|untrust|log|warn|libver|policy",
|
{ "/otr gen|myfp|theirfp|start|end|trust|untrust|log|warn|libver|policy|secret|question|answer",
|
||||||
"--------------------------------------------------------------------",
|
"-------------------------------------------------------------------------------------------",
|
||||||
"gen - Generate your private key.",
|
"gen - Generate your private key.",
|
||||||
"myfp - Show your fingerprint.",
|
"myfp - Show your fingerprint.",
|
||||||
"theirfp - Show contacts fingerprint.",
|
"theirfp - Show contacts fingerprint.",
|
||||||
"start <contact> - Start an OTR session with the contact, or the current recipient if in a chat window and no argument supplied.",
|
"start [contact] - Start an OTR session with the contact, or the current recipient if in a chat window and no argument supplied.",
|
||||||
"end - End the current OTR session,",
|
"end - End the current OTR session,",
|
||||||
"trust - Indicate that you have verified the contact's fingerprint.",
|
"trust - Indicate that you have verified the contact's fingerprint.",
|
||||||
"untrust - Indicate the the contact's fingerprint is not verified,",
|
"untrust - Indicate the the contact's fingerprint is not verified,",
|
||||||
@@ -609,6 +609,9 @@ static struct cmd_t command_defs[] =
|
|||||||
"warn - Show when unencrypted messaging is being used in the title bar, options are 'on' and 'off' with 'on' being the default.",
|
"warn - Show when unencrypted messaging is being used in the title bar, options are 'on' and 'off' with 'on' being the default.",
|
||||||
"libver - Show which version of the libotr library is being used.",
|
"libver - Show which version of the libotr library is being used.",
|
||||||
"policy - manual, opportunistic or always.",
|
"policy - manual, opportunistic or always.",
|
||||||
|
"secret [secret]- Verify a contacts identity using a shared secret.",
|
||||||
|
"question [question] [answer] - Verify a contacts identity using a question and expected anwser, if the question has spaces, surround with double quotes.",
|
||||||
|
"answer [anwser] - Respond to a question answer verification request with your answer.",
|
||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/outtype",
|
{ "/outtype",
|
||||||
|
|||||||
Reference in New Issue
Block a user