close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Initial Version and Version 1 of Ticket #1136


Ignore:
Timestamp:
2014-03-01T03:27:42Z (10 years ago)
Author:
dx
Comment:

(added code blocks to description)

Errrr... how are we supposed to test this weird protocol?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1136 – Description

    initial v1  
    33I try to do the same with bitlbee however I cannot change the authentication scheme from ntlm to tls, so the connection always fails with,
    44
    5 
     5{{{
    66<user> acc 1 on
    77<root> sipe - Logging in: Connecting
    88<root> sipe - Login error: Incompatible authentication scheme chosen
    99<root> sipe - Logging in: Signing off..
     10}}}
    1011
     12{{{
    1113<user> acc 1 set
    1214<root> authentication = `ntlm'
     
    3032<root> useragent = `CCAPI/4.0.7577.0 OC/4.0.7577.0'
    3133<root> username = `******************************************'
     34}}}
    3235
    3336Here I try to switch to 'tls' but the bitlbee server on localhost answers always with 'ntlm'
    3437
     38{{{
    3539<user> acc 1 set authentication = 'tls'
    3640<root> authentication = `ntlm'
     41}}}
    3742
     43{{{
    3844$ dpkg -l | egrep "bitlbee|sipe"
    3945ii  bitlbee-common                             3.2.1+otr4+20140214+devel+1011-1                    An IRC to other chat networks gateway (common files/docs)
    4046ii  pidgin-sipe                                1.13.1-2                                            Pidgin protocol plugin to connect to MS Office Communicator
     47}}}