[Bug 45395] Wrong nickname when auto-joining jabber chatroom at startup
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jun 12 21:29:08 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=45395
--- Comment #3 from Tim Retout <tim at retout.co.uk> ---
Here's my debugging so far:
The muc channels are joined before the roster is downloaded; i.e. I'm seeing
these function calls in this order under gdb:
- connector_connected
- gabble_muc_channel_constructed (repeated one time per auto-joined channel)
- roster_received_cb
For each channel, when create_room_identity calls
_gabble_connection_get_cached_alias, there is no alias set (because the remote
roster has not yet been fetched), and it does not manage to fall back to the
locally set alias as I would have expected.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list