[Bug 26205] High-level API for ContactLists

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 1 17:23:28 CEST 2011


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

Xavier Claessens <xclaesse at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://cgit.collabora.com/g
                   |                            |it/user/xclaesse/telepathy-
                   |                            |glib.git/log/?h=contact-lis
                   |                            |t

--- Comment #7 from Xavier Claessens <xclaesse at gmail.com> 2011-06-01 08:23:27 PDT ---
TpContact already has features to track its subscription states and groups,
those are using ContactList interface already:

TP_CONTACT_FEATURE_SUBSCRIPTION_STATES,
TP_CONTACT_FEATURE_CONTACT_GROUPS

Here is one extra step to get ContactList properties on TpConnection:
http://cgit.collabora.com/git/user/xclaesse/telepathy-glib.git/log/?h=contact-list

What's missing:

1) a feature on TpConnection telling to create TpContact for all known
contacts, with a method to get them all, and a signal telling those
added/removed.

2) a way to define on TpConnection the features we want to be prepared on all
known contacts before exposing them.

3) tp_connection_*_async(TpConnection *, array<TpContact>) and
tp_contact_*_async() for all those methods:

RequestSubscription
AuthorizePublication
RemoveContacts
Unsubscribe
Unpublish


Let's do this step by step :)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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