ezkrg / docker-bitlbee-libpurple

bitlbee with libpurple and plugins
28 stars 17 forks source link

rocketchat - Login error: No username/server supplied #8

Closed visibilityspots closed 5 years ago

visibilityspots commented 5 years ago

When trying to connect to our rocketchat server I get stuck on this message. As username I use my username@server but no luck :(

[15:44] <@######> | account 7 set
[15:44] <@root> auto-add-buddy = `false'
[15:44] <@root> auto_connect = `true'
[15:44] <@root> auto_reconnect = `true'
[15:44] <@root> away is empty
[15:44] <@root> display_name is empty
[15:44] <@root> handle_unknown is empty
[15:44] <@root> nick_format is empty
[15:44] <@root> nick_source = `handle'
[15:44] <@root> password = `********' (hidden)
[15:44] <@root> tag = `eionrobb-rocketchat'
[15:44] <@       root> | username = `username@servername'
[15:44] <@visibilitys> | account 7 on
[15:44] <@root> eionrobb-rocketchat - Login error: No username/server supplied
[15:44] <@root> eionrobb-rocketchat - Logging in: Signing off..
ezkrg commented 5 years ago

i have upraded to alpine 3.10 and bitlbee 3.6. i have not rocket.chat account so i cant test it. please test and close the issue if everything seems well.

thejhh commented 5 years ago

I got it working by changing the username as "username|servername", so use "|" as split character, not "@".

I figured it out by reading the source code. I couldn't find this anywhere documented.

ezkrg commented 5 years ago

Thank you for Your contribution. So i close the issue because the code of rocketchat plugin is not maintained by me and the login error not related to docker build.