[Bug 55391] stop MC using things deprecated in 0.20

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 10 10:27:12 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=55391

--- Comment #69 from Xavier Claessens <xclaesse at gmail.com> ---
The reasoning here is that it's weird to start preparing GROUP feature when we
actually want to quit it. In 1.0 preparing GROUP means creating all TpContact
as well since we won't expose handles anymore.

So I think in MC the right thing is the Close() the channel without caring
about GROUP because - if I understand correctly - it is a fallback in the case
there were no Handler or the Handler did not properly leave the channel itself.
So it's not a normal code path that MC needs to leave the channel.

So I think using leave_async() here is correct because it will do the proper
GROUP trick if it's free, but will just Close() otherwise.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the telepathy-bugs mailing list