[Bug 59162] fix post-0.18 deprecations (and test/fix broken-by-inspection service point code in the process).
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jan 9 11:58:56 CET 2013
https://bugs.freedesktop.org/show_bug.cgi?id=59162
Xavier Claessens <xclaesse at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xclaesse at gmail.com
--- Comment #1 from Xavier Claessens <xclaesse at gmail.com> ---
tp_connection_dup_contact_by_id_async() is meant to be used by user-entered ids
(e.g. add contact dialog), so only one at a time. There is a 2nd usecase which
is to get the contact after a contact search result, but again it should get
the contact only for the user selected one, so again one at a time. That API
can result in server round-trip (MSN-XMPP special case).
In every other cases, the ID is coming from the server, so the CM should have
given a (handle, id) pair. If some iface does not give the pair, fix the iface.
Unless there are other use cases that I did not though about?
--
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