telepathy-rakia: Force transport to udp

Olivier Crête tester at kemper.freedesktop.org
Tue May 8 10:02:58 PDT 2012


Module: telepathy-rakia
Branch: master
Commit: e7761266636df6eed39104798895ed701b00c866
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=e7761266636df6eed39104798895ed701b00c866

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Tue Jan 10 16:45:10 2012 -0500

Force transport to udp

It's all that Twisted supports

---

 tests/twisted/sofiatest.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/sofiatest.py b/tests/twisted/sofiatest.py
index 2dec912..38276d2 100644
--- a/tests/twisted/sofiatest.py
+++ b/tests/twisted/sofiatest.py
@@ -58,7 +58,8 @@ def prepare_test(event_func, register_cb, params=None):
         'password': 'testpwd',
         'proxy-host': '127.0.0.1',
         'port': dbus.UInt16(random.randint(9090, 9999)),
-        'local-ip-address': '127.0.0.1'
+        'local-ip-address': '127.0.0.1',
+        'transport': 'udp'
     }
 
     if params is not None:



More information about the telepathy-commits mailing list