Bug 17555 - Need API to check if a handle is channel specific or not
Summary: Need API to check if a handle is channel specific or not
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-spec (show other bugs)
Version: unspecified
Hardware: Other All
: medium enhancement
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 10:00 UTC by Guillaume Desmottes
Modified: 2019-12-03 20:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Guillaume Desmottes 2008-09-12 10:00:43 UTC
Currently the only way to know if a specific handle is channel specific is to iterate on existing group channels and call GetHandleOwners on each of them.
We need a better way to check that.
Comment 1 Dafydd Harries 2008-09-13 10:03:23 UTC
The use case here is telling whether a handle you see in a PresenceUpdate is channel-specific or not.

I think this should be a method on the connection interface:

  GetHandleOwners :: au -> a{u(uo)}

That is, return a map of handle to (owner handle, path the channel is specific to). If an input handle is not channel-specific, the dictionary entry is omitted. If the handle has no known owner, the owner handle is 0.

This works if handles can only be specific to one channel at a time. Simon suggests that a handle might be specific to multiple channels but I forget his rationale and it seems quite bizarre to me. If we do need to support that (I hope we don't), we can have:

  GetHandleOwners :: au -> a{u(uao)}

We can indicate non-channel-specificity by non-inclusion or having the array of channel paths be empty.

With regards to backwards compatibility, do we need to put this in its own interface?

In terms of implementation, I suspect most connection managers will end up iterating over all the chanels they have internally.
Comment 2 Will Thompson 2010-02-09 09:18:31 UTC
I think it would be nice to include this in the Contacts interface, too. Currently the spec says, of the return value of GetContactAttributes:

> Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (org.freedesktop.Telepathy.Connection/contact-id).

We probably want /owner (Handle), /owner-id, /owner-channels or so. This is kind of a prerequisite for adding handle owner support to contact helper code in bindings, short of requiring API users to pass the channel to the constructor as well as the handle.

I don't think we need this to be on a separate interface for backwards compat. — if the method's not implemented on the connection, you just can't figure this out.

(In reply to comment #1)
> Simon
> suggests that a handle might be specific to multiple channels but I forget his
> rationale and it seems quite bizarre to me.

I guess one example is a contact in an XMPP MUC being used for both a text chat and a Muji call?
Comment 3 GitLab Migration User 2019-12-03 20:17:33 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-spec/issues/14.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.