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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 21 21:19:37 CEST 2010


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

--- Comment #6 from Will Thompson <will.thompson at collabora.co.uk> 2010-06-21 12:19:36 PDT ---
Thinking about filtering accounts by RequestableChannelClasses (or whatever the
version you get when not connected is called) has made me think: I think we
(also?) want a requestable property on calls, so you can say something like:

EnsureChannel(
  { ChannelType: Call,
    TargetAddress: ('TEL', '+441234567890'),
  });

rather than having to faff around getting a handle before you can place the
call.

But if we want to support showing this in RCC, then it'll have to be

    TargetAddressField: 'TEL',
    TargetAddress: '+441234567890',

because then there can be an RCC with TAF set to TEL, and clients can
reasonably easily look this up.

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