[next] telepathy-gabble: RemoveMembers() now takes a reason arg
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Oct 16 08:57:30 PDT 2013
Module: telepathy-gabble
Branch: next
Commit: b41d9eb6452975bc0376e042cb04e0564f6e5a3b
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=b41d9eb6452975bc0376e042cb04e0564f6e5a3b
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu Oct 10 15:37:38 2013 -0400
RemoveMembers() now takes a reason arg
---
tests/twisted/muc/test-muc.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/muc/test-muc.py b/tests/twisted/muc/test-muc.py
index af25d73..f54be57 100644
--- a/tests/twisted/muc/test-muc.py
+++ b/tests/twisted/muc/test-muc.py
@@ -230,7 +230,7 @@ def test(q, bus, conn, stream):
# test that leaving the channel results in an unavailable message
chan.Group.RemoveMembers([chan.Properties.Get(cs.CHANNEL_IFACE_GROUP,
- "SelfHandle")], 'booo')
+ "SelfHandle")], 'booo', cs.GC_REASON_NONE)
event = q.expect('stream-presence', to='chat at conf.localhost/test')
elem = event.stanza
More information about the telepathy-commits
mailing list