[Telepathy-commits] [mingle/master] Hardcode both transports for now

Sjoerd Simons sjoerd at luon.net
Thu Nov 20 06:23:08 PST 2008


Farsight2 with nice support should flow into distributions rsn. The
autodetection need to be reworked to do it like it is in stable fs2 or be
removed and assume nice is available
---
 jingle.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/jingle.py b/jingle.py
index 41d00f9..0e0d07e 100644
--- a/jingle.py
+++ b/jingle.py
@@ -155,6 +155,8 @@ def get_available_transports():
     """ Get the list of available tranports (by namespace) depending on the
         available farsight transmitters
      """
+    return [ ns.JINGLE_TRANSPORT_RAW_UDP, ns.GOOGLE_TRANSPORT_P2P ]
+
     transports = []
     mapping = { "rawudp": [ ns.JINGLE_TRANSPORT_RAW_UDP ],
                 "nice": [ ns.GOOGLE_TRANSPORT_P2P] }
-- 
1.5.6.5



More information about the Telepathy-commits mailing list