aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-29 23:02:01 -0700
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-29 23:02:01 -0700
commit6ce2240e6dd88d86e90ffbfff078bc55b3f49477 (patch)
treedee2b748d31b21a5b91b26d2e734b079e319c455 /doc/user-guide
parent858ea0166108e9cfab3cc9290fc976f041411cce (diff)
parent475206376035daf797c59e94c1e945c5b499e1a2 (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.xml19
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 &lt;subcommand&gt;</emphasis> for more information.
+ Available subcommands: connect, disconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr &lt;subcommand&gt;</emphasis> for more information.
</para>
</description>
@@ -422,6 +422,23 @@
</bitlbee-command>
+ <bitlbee-command name="smpq">
+ <syntax>otr smpq &lt;nick&gt; &lt;question&gt; &lt;answer&gt;</syntax>
+
+ <description>
+
+ <para>
+ Attempts to authenticate the given user's active fingerprint via the Socialist Millionaires' Protocol, Q&amp;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 &lt;nick&gt; &lt;fp1&gt; &lt;fp2&gt; &lt;fp3&gt; &lt;fp4&gt; &lt;fp5&gt;</syntax>