Opened at 2008-04-13T19:42:17Z
Closed at 2008-04-19T21:31:24Z
#398 closed defect (fixed)
Jabber support broken on 1.2?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2 |
Keywords: | jabber | Cc: | |
IRC client+version: | BitlBee 1.2 | Operating System: | Public server |
OS version/distro: | FreeBSD7 (amd64 and i386; both affected) |
Description
When logging in to a Jabber account I get the following messages:
21:29 <@root> jabber - Logging in: Connecting 21:29 <@root> jabber - Logging in: Connected to server, logging in 21:29 <@root> jabber - Logging in: Converting stream to TLS 21:29 <@root> jabber - Logging in: Connected to server, logging in 21:29 <@root> jabber - Logging in: Authentication finished 21:29 <@root> jabber - Logging in: Authenticated, requesting buddy list
And that's all.
"account list" gives me (nick name hidden here using "*"):
21:31 <@root> 0. jabber, ***@jabber.org (connecting)
The account is not online. I can check it using:
add 0 ***@jabber.org 21:33 <@root> That account is not on-line
On the other hand:
account on jabber 21:34 <@root> Account already online account off jabber 21:34 <@root> jabber - Logging in: Signing off..
What happened? The password for my Jabber account is correct, by the way, because if I specify a different one, I don't even get a connection.
Attachments (0)
Change History (5)
comment:1 Changed at 2008-04-13T19:49:27Z by
comment:2 Changed at 2008-04-13T20:24:27Z by
Am Sun, 13 Apr 2008 19:49:30 -0000
schrieb "BitlBee" <www-data@…>:
I assume you compiled with OpenSSL for your SSL support? If so, this
is
a known problem, and resolved a few revisions ago. I hope to
release
1.2.1 reasonably soon, until then you can use bzr to
get more recent
code (or get a snapshot from
http://get.bitlbee.org/devel/).
Yes. I compiled it with OpenSSL.
See: #368, #379. Could you please confirm that using GnuTLS/NSS
instead
fixes the problem?
Yes. Thank you. That was easy!
22:20 <@root> jabber - Logging in: Authenticated, requesting buddy list
22:20 <@root> jabber - Logging in: Logged in
Hooray! :)
comment:3 Changed at 2008-04-19T21:16:34Z by
could you please provide a link to a patch against 1.2 to fix the actual stable on some systems?
best regards Frederic 'jchome' Jaeckel
comment:5 Changed at 2008-04-19T21:31:24Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
BitlBee wrote:
I assume you compiled with OpenSSL for your SSL support? If so, this is
a known problem, and resolved a few revisions ago. I hope to release
1.2.1 reasonably soon, until then you can use bzr to get more recent
code (or get a snapshot from http://get.bitlbee.org/devel/).
See: #368, #379. Could you please confirm that using GnuTLS/NSS instead
fixes the problem?