Differences between revisions 9 and 10
Revision 9 as of 2010-11-10 14:10:01
Size: 980
Editor: p4FDE3CC5
Comment:
Revision 10 as of 2011-01-02 20:04:57
Size: 1825
Editor: c-76-100-129-24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
== Simple Question and Answer Response ==

Assuming that you are using a OTR build (see http://geekyschmidt.com/2011/01/02/bitlbee-and-otr-then-add-some-tor if not) then the following steps will walk you through authentication an OTR session:

 1. otr connect $buddy
 2. otr smpq $buddy 2+2 4
 3. If your buddy knows your answer then they will reply correctly
 4. Your buddy being a smart cookie will then ask for you to respond to a question: otr smp $buddy answer
 5. Done!

In step 2 the breakout is question then answer. So if we wanted to do a “Where did we eat lunch 1 Jan” “Taco Bell” then you could do that also. I used 2+2 for simplicity. It is important to note that if you have logging turned on for BitlBee then your OTR messages are in vain. Also they could trace your connections via your network connection.

Get OTR to work with bitlbee

Versions 3.0 and newer have bitlbee-otr merged in.

When using distro packages, there is hopefully a bitlbee-plugin-otr package you can install. When compiling your own BitlBee, pass --otr=1 or --otr=plugin to the configure script. Make sure that you have libotr (libotr2-dev on Debian) installed, version 3.2.0 or higher!

Note that this requires running your own BitlBee. OTR functionality should not ever be offered on any public server as it only gives a false sense of security!

For more information on how to use OTR, see "help otr" and other existing documentation.

  • otr_policy (global) - see help set otr_policy

  • Any others?

(And if anyone could update this Wiki page with more useful info on how to use thing thing that'd be great...)

Simple Question and Answer Response

Assuming that you are using a OTR build (see http://geekyschmidt.com/2011/01/02/bitlbee-and-otr-then-add-some-tor if not) then the following steps will walk you through authentication an OTR session:

  1. otr connect $buddy
  2. otr smpq $buddy 2+2 4
  3. If your buddy knows your answer then they will reply correctly
  4. Your buddy being a smart cookie will then ask for you to respond to a question: otr smp $buddy answer
  5. Done!

In step 2 the breakout is question then answer. So if we wanted to do a “Where did we eat lunch 1 Jan” “Taco Bell” then you could do that also. I used 2+2 for simplicity. It is important to note that if you have logging turned on for BitlBee then your OTR messages are in vain. Also they could trace your connections via your network connection.

Wiki-Suggestions

  • How-To use smp(q) and whats the difference
  • Strip tags after encryption (eg msn font face yadayada)

BitlBee Wiki: bitlbee-otr (last edited 2018-02-12 21:07:46 by dx)