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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 27 20:53:17 CEST 2010


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

--- Comment #37 from Mikhail Zabaluev <mikhail.zabaluev at nokia.com> 2010-08-27 11:53:15 PDT ---
(In reply to comment #33)
>  * To split the attribute above to vcard-representations and
> uri-representations.

Yes. Maybe some shorter names, like 'addresses' and 'uris'.
Or maybe just drop the representations for now (move to a branch for later
consideration), since we have requested (and its URI brother?).

>  * Addressing.GetContactsByURI
>  * Add Protocol.AddressableURIField

AddressableURISchemes?

>  * Add Channel.TargetURIScheme and Channel.TargetURI

The scheme may be needed for dispatching, right? Otherwise it is redundant.

> URLs could just be on their own and not be used as URL fields from vcards, so
> this weird pattern could be avoided:
> Addressing.GetContactsByVCardField("url", "sip:example.com")
> 
> And instead would be:
> Addressing.GetContactsByURI("sip:eitan at example.com")
> and
> EnsureChannel(
>   { ChannelType: Call,
>     TargetURIScheme: "sip",
>     TargetURI: "sip:eitan at example.com",
>   });
> 
> Does all that look reasonable?

Yep.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list