GNOME Bugzilla – Bug 751575
No Autojoin after signing into IRC.
Last modified: 2016-08-29 23:31:58 UTC
I would think Polari would go and join channels after authentication (nickserv ajoin method like Geekshed IRC uses). It also would be nice to see if you could add a list for those networks like freenode where you join them manually. Also quick question: Is SASL supported yet on Polari? Thanks, Arcade.
Polari relies on telepathy-idle and telepathy-idle does not yet seem to support SASL (see https://bugs.freedesktop.org/show_bug.cgi?id=48380)
*** Bug 752294 has been marked as a duplicate of this bug. ***
Created attachment 332970 [details] [review] telepathyClient: Connect accounts explicitly before creating channels We currently rely on mission-control automatically establishing server connections when we request a channel. However we will soon support NickServ identification, which means we may need to send an "identify" message before joining any channels. This will be easier to achieve if connecting to the server and joining channels are separate operations, so stop relying on automatic presence changes and connect accounts explicitly before creating any channels. As a side effect, externally configured channels (a.k.a. autojoin) will now work as expected, as we do not filter out enabled accounts without rooms.
Review of attachment 332970 [details] [review]: looks good to me
Attachment 332970 [details] pushed as 62224bb - telepathyClient: Connect accounts explicitly before creating channels