[telepathy-gabble/master] gabbletest.py: set 'from' attribute in jingleinfo iq reply

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Jul 16 04:12:11 PDT 2009


---
 tests/twisted/gabbletest.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index 1dff568..b709b3d 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -301,6 +301,7 @@ class GoogleXmlStream(BaseXmlStream):
             feature['var'] = ns.GOOGLE_JINGLE_INFO
 
             iq['type'] = 'result'
+            iq['from'] = 'localhost'
             self.send(iq)
 
 def make_connection(bus, event_func, params=None):
-- 
1.5.6.5




More information about the telepathy-commits mailing list