- Timestamp:
- 2010-09-30T06:02:01Z (14 years ago)
- Branches:
- master
- Children:
- 560129a
- Parents:
- 858ea01 (diff), 4752063 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r858ea01 r6ce2240 375 375 376 376 <para> 377 Available subcommands: connect, disconnect, smp, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information.377 Available subcommands: connect, disconnect, smp, smpq, trust, info, keygen, and forget. See <emphasis>help otr <subcommand></emphasis> for more information. 378 378 </para> 379 379 … … 417 417 <para> 418 418 If an SMP challenge has already been received from the given user, responds with the specified secret. Otherwise, a challenge for the secret will be sent. If the protocol succeeds (i.e. both parties gave the same secret), the fingerprint will be trusted. 419 </para> 420 421 </description> 422 423 </bitlbee-command> 424 425 <bitlbee-command name="smpq"> 426 <syntax>otr smpq <nick> <question> <answer></syntax> 427 428 <description> 429 430 <para> 431 Attempts to authenticate the given user's active fingerprint via the Socialist Millionaires' Protocol, Q&A style. 432 </para> 433 434 <para> 435 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. 419 436 </para> 420 437
Note: See TracChangeset
for help on using the changeset viewer.