Bug 33877 - Fix group flags for StreamedMedia Channels
Summary: Fix group flags for StreamedMedia Channels
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: ring (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Pekka Pessi
QA Contact: Telepathy bugs list
URL: http://git.collabora.co.uk/?p=user/al...
Whiteboard:
Keywords:
Depends on: 32189
Blocks:
  Show dependency treegraph
 
Reported: 2011-02-03 10:58 UTC by Pekka Pessi
Modified: 2019-12-03 19:38 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Pekka Pessi 2011-02-03 10:58:34 UTC
+++ This bug was initially created as a clone of Bug #32189 +++

This bug was found while implementing Bug #32085 ("Write tests for StreamedMedia")

Gabble's incoming-basics.py test includes the following:
    # Changing members in any way other than adding or removing yourself is
    # meaningless for incoming calls, and the flags need not be sent to change
    # your own membership.
    assert not flags & cs.GF_CAN_ADD, flags
    assert not flags & cs.GF_CAN_REMOVE, flags
    assert not flags & cs.GF_CAN_RESCIND, flags

I had to comment it out. There are also other problems with group-flags that I had a bash at fixing, but I'm not sure what the *correct* behaviour is (and I don't know of anyone who actually checks the group flags at the moment) so I've split out this bug so that they can be fixed later.
Comment 1 GitLab Migration User 2019-12-03 19:38:25 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-ring/issues/6.


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.