[Bug 28015] New: TpChannelDispatchOperation: convenience API to Claim and reject CDOs

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 7 13:25:02 CEST 2010


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

           Summary: TpChannelDispatchOperation: convenience API to Claim
                    and reject CDOs
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: tp-glib
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: simon.mcvittie at collabora.co.uk
         QAContact: telepathy-bugs at lists.freedesktop.org
                CC: guillaume.desmottes at collabora.co.uk
        Depends on: 27833


+++ This bug was initially created as a clone of Bug #27833 +++

We should add API to TpChannelDispatchOperation to do some common "reject"
operations.

mission-control-plugins/dispatch-operation.h in MC master (5.5.x) has three
versions of rejecting channels:

* close_channels
  - Claim()
  - Close()

* destroy_channels
  - Claim()
  - Destroy() if Destroyable is implemented
  - Close() if Destroyable is not implemented

* leave_channels, with an optional TpChannelGroupChangeReason and message
  - Claim()
  - RemoveMembers([self-handle], $reason, $message) if available
  - Close() if RemoveMembers wasn't available or failed

When Call becomes fully-supported, a way to terminate Call channels gracefully
would also be good.

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