Commit 23743b46 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

TLS is disabled by default. JM-814

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5088 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5ad49fee
......@@ -66,7 +66,7 @@ public class ConnectionMultiplexerSession extends Session {
static {
// Set the TLS policy stored as a system property
String policyName = JiveGlobals.getProperty("xmpp.multiplex.tls.policy",
Connection.TLSPolicy.optional.toString());
Connection.TLSPolicy.disabled.toString());
tlsPolicy = Connection.TLSPolicy.valueOf(policyName);
// Set the Compression policy stored as a system property
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment