[Telepathy-commits] [muji/master] Renable stun
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Thu Feb 19 03:05:56 PST 2009
---
jingle.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jingle.py b/jingle.py
index 16b96d0..7847481 100644
--- a/jingle.py
+++ b/jingle.py
@@ -1222,8 +1222,8 @@ class JingleConference(fs2.Conference):
}),
ns.JINGLE_TRANSPORT_RAW_UDP: ("rawudp", {} ),
ns.JINGLE_TRANSPORT_ICE: ("nice",
- { #'stun-ip': "69.0.208.27",
- #'stun-port': 3478
+ { 'stun-ip': "69.0.208.27",
+ 'stun-port': 3478
})
}
--
1.5.6.5
More information about the telepathy-commits
mailing list