Comment 1 for bug 434196

Revision history for this message
buzzdee (sebastia) wrote : Re: unable to loin to IRC channel when channel redirects to some other channel

after some more research....

using xchat to login to the freenode network and /join #openbsd or #irc shows the following in the server tab:

* #openbsd #please_register :Forwarding to another channel
* #please_register ##please_register :Forwarding to another channel
* #irc #freenode :Forwarding to another channel
but it seems this information is not sent from the jabber server to the client.

I added a lot of debug messages in prominent places in the coccinella code, appended file contains the output while trying to login:

I think one problem is that in: jlib::service::isroom
it is not detected that it is actually a groupchat room

Not sure, but maybe in ::BuddyPounce::Event
which is called before, it should be detected that this is a room and added to the list of rooms somewhere/somehow???

Not sure whether this would be the right place to do that or not, any idea hint?

sebastian