telepathy-glib has had TpBaseChannel since 0.11.14. It'd be good to use it in Idle.
whoops http://cgit.collabora.com/git/user/wjt/telepathy-idle/log/?h=base-channel
+ const gchar *recipient = tp_handle_inspect ( + tp_base_connection_get_handles (conn, TP_HANDLE_TYPE_CONTACT), + tp_base_channel_get_target_handle (base)); I'm a bit surprised we don't have tp_base_channel_get_target_id(), but indeed, we don't. This looks good to merge, but leave the bug open (assuming room channels still need the same treatment).
(In reply to comment #2) > This looks good to merge, but leave the bug open (assuming room channels still > need the same treatment). They don't.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.