[Bug 26866] add support for requesting handles for a vCard field or URI

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 8 12:08:39 CEST 2010


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

Will Thompson <will.thompson at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |24898

--- Comment #8 from Will Thompson <will.thompson at collabora.co.uk> 2010-07-08 03:08:38 PDT ---
So, if we add something like:

  Protocol.AddressableVCardFields: as
  Connection.RequestHandlesByVCardField(s: Field, as: Values) → au: Handles
  Channel.TargetVCardField: s

Then for connections that are offline you can look at the Protocol to determine
what types of contact they support addressing; for those that are online, you
can either still use that, or for a better idea look in
RequestableChannelClasses. I think this means we don't need an equivalent of
AddressableVCardFields on the Connection (for cases like XMPP where, in
general, we only support X-JABBER, but when we connect it might turn out that
our server has a SIP or POTS gateway).

So we want some way to store what we have discovered. But we also need a way
for the user to configure it, as mentioned in bug 24898. I'll take some
thoughts on that over there.

-- 
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