Opened at 2010-04-14T06:31:21Z
Closed at 2010-04-16T11:58:05Z
#591 closed defect (worksforme)
Dash (-) in jabber chatrooms makes the connection fail
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2 |
Keywords: | Cc: | ||
IRC client+version: | irssi 0.8.12-3ubuntu3.1 | Operating System: | Public server |
OS version/distro: |
Description
I get this error while trying to join a chatroom with a dash in the name (fake domain and room names):
Error joining groupchat chat-room@…/aleksi2: not-authorized: Password required to enter this room.
join_chat 1 chat-room@… &channel aleksi2 pw
This is the second time this has happened, earlier also with a chatroom that had a dash in its name.
Attachments (0)
Change History (5)
comment:1 follow-up: 2 Changed at 2010-04-14T08:14:10Z by
comment:2 follow-up: 3 Changed at 2010-04-14T08:29:21Z by
Replying to wilmer:
Hrmm, the dash in the room name is definitely not a problem. I use BitlBee to attend a room with a dash in its name for almost three years already.
The code for joining password-protected rooms has been a bit unreliable for a while. In 1.2.[45] it should definitely work. You add the room using "chat add" and then join it using "/join #room password".
Please let me know if it works. If it doesn't, can you give me an xmlconsole dump?
Hi,
Thanks for the reply. I don't have the "chat add" command on my bitlbee version, is there an alternative? I'll take a look at the xmldump.
comment:3 Changed at 2010-04-14T08:37:11Z by
Replying to suomalainen.aleksi@…:
Replying to wilmer:
Hrmm, the dash in the room name is definitely not a problem. I use BitlBee to attend a room with a dash in its name for almost three years already.
The code for joining password-protected rooms has been a bit unreliable for a while. In 1.2.[45] it should definitely work. You add the room using "chat add" and then join it using "/join #room password".
Please let me know if it works. If it doesn't, can you give me an xmlconsole dump?
Hi,
Thanks for the reply. I don't have the "chat add" command on my bitlbee version, is there an alternative? I'll take a look at the xmldump.
xmldump didn't work: (11:34:50) [@>] set xmlconsole true (11:34:50) [@root] Failed to change setting (11:35:09) [@>] set xmlconsole (11:35:09) [@root] xmlconsole is empty
comment:4 Changed at 2010-04-14T08:50:30Z by
(11:35:09) [@>] set xmlconsole
(11:35:09) [@root] xmlconsole is empty
It's a per-account setting. You need to use "account set".
And as I said 1.2 is too old. Please try to upgrade to 1.2.4 or 1.2.5.
comment:5 Changed at 2010-04-16T11:58:05Z by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Just let me know if this is still causing troubles.
With recent BitlBees this should definitely work:
chat add [account] [roomname] #channel /join #channel [password]
Hrmm, the dash in the room name is definitely not a problem. I use BitlBee to attend a room with a dash in its name for almost three years already.
The code for joining password-protected rooms has been a bit unreliable for a while. In 1.2.[45] it should definitely work. You add the room using "chat add" and then join it using "/join #room password".
Please let me know if it works. If it doesn't, can you give me an xmlconsole dump?