diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-29 23:02:01 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-29 23:02:01 -0700 |
commit | 6ce2240e6dd88d86e90ffbfff078bc55b3f49477 (patch) | |
tree | dee2b748d31b21a5b91b26d2e734b079e319c455 /doc/user-guide | |
parent | 858ea0166108e9cfab3cc9290fc976f041411cce (diff) | |
parent | 475206376035daf797c59e94c1e945c5b499e1a2 (diff) |
Merging some fixes from pesco. Adds support for the SMP flavour used by Pidgin
(otr smpq).
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index f2b8f5f8..47e752af 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -374,7 +374,7 @@ <description> <para> - Available subcommands: connect, disconnect, smp, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information. + Available subcommands: connect, disconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information. </para> </description> @@ -422,6 +422,23 @@ </bitlbee-command> + <bitlbee-command name="smpq"> + <syntax>otr smpq <nick> <question> <answer></syntax> + + <description> + + <para> + Attempts to authenticate the given user's active fingerprint via the Socialist Millionaires' Protocol, Q&A style. + </para> + + <para> + When initiating SMP, this is an alternative to the 'otr smp' command. The shared secret is provided as the answer to a specific question. The question is transmitted with the initial SMP packet and used to prompt the other party. If the protocol succeeds (i.e. they give the correct answer), the fingerprint will be trusted. + </para> + + </description> + + </bitlbee-command> + <bitlbee-command name="trust"> <syntax>otr trust <nick> <fp1> <fp2> <fp3> <fp4> <fp5></syntax> |