[Telepathy-commits] [telepathy-gabble/master] accept-muc-stream-tube-ibb: pass initiated property

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Feb 25 07:12:26 PST 2009


---
 tests/twisted/tubes/accept-muc-stream-tube-ibb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tubes/accept-muc-stream-tube-ibb.py b/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
index 5203d95..b9cb3b5 100644
--- a/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
+++ b/tests/twisted/tubes/accept-muc-stream-tube-ibb.py
@@ -214,7 +214,7 @@ def test(q, bus, conn, stream):
     profile, stream_id, bytestreams = parse_si_offer(event.stanza)
 
     bytestream = BytestreamIBB(stream, q, stream_id, 'chat at conf.localhost/test',
-        event.stanza['to'])
+        event.stanza['to'], False)
 
     assert bytestream.get_ns() in bytestreams
     assert profile == ns.TUBES
-- 
1.5.6.5




More information about the telepathy-commits mailing list