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.
- Timestamp:
-
2014-03-01T03:27:42Z (11 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
-
initial
|
v1
|
|
3 | 3 | I try to do the same with bitlbee however I cannot change the authentication scheme from ntlm to tls, so the connection always fails with, |
4 | 4 | |
5 | | |
| 5 | {{{ |
6 | 6 | <user> acc 1 on |
7 | 7 | <root> sipe - Logging in: Connecting |
8 | 8 | <root> sipe - Login error: Incompatible authentication scheme chosen |
9 | 9 | <root> sipe - Logging in: Signing off.. |
| 10 | }}} |
10 | 11 | |
| 12 | {{{ |
11 | 13 | <user> acc 1 set |
12 | 14 | <root> authentication = `ntlm' |
… |
… |
|
30 | 32 | <root> useragent = `CCAPI/4.0.7577.0 OC/4.0.7577.0' |
31 | 33 | <root> username = `******************************************' |
| 34 | }}} |
32 | 35 | |
33 | 36 | Here I try to switch to 'tls' but the bitlbee server on localhost answers always with 'ntlm' |
34 | 37 | |
| 38 | {{{ |
35 | 39 | <user> acc 1 set authentication = 'tls' |
36 | 40 | <root> authentication = `ntlm' |
| 41 | }}} |
37 | 42 | |
| 43 | {{{ |
38 | 44 | $ dpkg -l | egrep "bitlbee|sipe" |
39 | 45 | ii bitlbee-common 3.2.1+otr4+20140214+devel+1011-1 An IRC to other chat networks gateway (common files/docs) |
40 | 46 | ii pidgin-sipe 1.13.1-2 Pidgin protocol plugin to connect to MS Office Communicator |
| 47 | }}} |