Remove stun.xten.net as fixed URL for STUN fall back from Jingle. This should be set in spark.properties

Description

Please remove the hard coded "stun.xten.net" in Jingle an use a variable in Spark.properties instead. This should be set by defaut to "stun.xten.net" to avoid a breaking in backward compatibility (although I hate to keep this).

Environment

None

Activity

Show:

Walter Ebeling March 14, 2011 at 6:36 PM

resolved in latest smack trunk 12107.

Walter Ebeling March 11, 2011 at 8:16 PM

We should follow to make sure that no xten connction is started from RC2 via Smack

Holger Bergunde March 11, 2011 at 10:08 AM

removed stun.xten.net as default fallback server.
Fallback server is now disabled, by default!

If you want to have a fallback server for your stun connection you have to add the following lines to your spark.properties in your %home/Spark/

stunFallbackHost = stun.yourhost.com
stunFallbackPort = 1234

If you set a host but no port, jingle will use 3478, as default port.

Walter Ebeling March 9, 2011 at 5:52 PM

Accoring to cstux it is save to remove the Fallback from the code.

wroot March 7, 2011 at 12:56 PM

Ok. Then i agree to move it to spark.properties (or maybe some additional file?), So 2.6.0 version should be checking properties file for that setting and adding it if it doesnt exist?

Fixed

Details

Priority

Assignee

Reporter

Fix versions

Components

Created March 6, 2011 at 4:00 PM
Updated March 14, 2011 at 6:36 PM
Resolved March 14, 2011 at 6:36 PM