[Bug 32189] New: Fix group flags for StreamedMedia Channels
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 7 19:30:07 CET 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32189
Summary: Fix group flags for StreamedMedia Channels
Product: Telepathy
Version: git master
Platform: Other
URL: http://git.collabora.co.uk/?p=user/alsuren/telepathy-s
ofiasip.git;a=shortlog;h=refs/heads/streamedmedia_test
s
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: sofiasip
AssignedTo: mikhail.zabaluev at nokia.com
ReportedBy: david.laban at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
CC: mikhail.zabaluev at nokia.com
Depends on: 32085
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.
--
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