[muji/master] Set stun server to stun.collabora.co.uk
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Jun 2 10:52:15 PDT 2009
---
jingle.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jingle.py b/jingle.py
index 7b53b64..e5e8625 100644
--- a/jingle.py
+++ b/jingle.py
@@ -1233,12 +1233,12 @@ class JingleConference(fs2.Conference):
transmitters = {
ns.GOOGLE_TRANSPORT_P2P: ("nice",
{ 'compatibility-mode': 1,
- 'stun-ip': "69.0.208.27",
+ 'stun-ip': "93.93.131.100",
'stun-port': 3478
}),
ns.JINGLE_TRANSPORT_RAW_UDP: ("rawudp", {} ),
ns.JINGLE_TRANSPORT_ICE: ("nice",
- { 'stun-ip': "69.0.208.27",
+ { 'stun-ip': "93.93.131.100",
'stun-port': 3478
})
}
--
1.5.6.5
More information about the telepathy-commits
mailing list