Author: toad
Date: 2006-09-01 14:15:38 +0000 (Fri, 01 Sep 2006)
New Revision: 10313

Modified:
   trunk/plugins/JSTUN/JSTUN.java
Log:
doh

Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java      2006-09-01 14:14:43 UTC (rev 10312)
+++ trunk/plugins/JSTUN/JSTUN.java      2006-09-01 14:15:38 UTC (rev 10313)
@@ -19,8 +19,13 @@
 // but getAddress() can and will block!
 public class JSTUN implements FredPlugin, FredPluginIPDetector, 
FredPluginThreadless {

+       // From http://www.voip-info.org/wiki-STUN
+       String[] publicSTUNServers = new String[] {
+                       ""
+       }
+       
        DetectedIP runTest(InetAddress iaddress) {
-               String stunServer = stunServer;
+               String stunServer = "stun.xten.com";
                try {
                        DiscoveryTest test = new DiscoveryTest(iaddress, 
stunServer, 3478);
                        // iphone-stun.freenet.de:3478


Reply via email to