Commit 4b45839b authored by Guus der Kinderen's avatar Guus der Kinderen Committed by akrherz

OF-1259: Migrate XML property 'xmpp.fqdn' (#729)

parent 2b2fcc10
...@@ -315,6 +315,7 @@ public class XMPPServer { ...@@ -315,6 +315,7 @@ public class XMPPServer {
} }
JiveGlobals.migrateProperty("xmpp.domain"); JiveGlobals.migrateProperty("xmpp.domain");
JiveGlobals.migrateProperty("xmpp.fqdn");
JiveGlobals.migrateProperty(Log.LOG_DEBUG_ENABLED); JiveGlobals.migrateProperty(Log.LOG_DEBUG_ENABLED);
Log.setDebugEnabled(JiveGlobals.getBooleanProperty(Log.LOG_DEBUG_ENABLED, false)); Log.setDebugEnabled(JiveGlobals.getBooleanProperty(Log.LOG_DEBUG_ENABLED, false));
......
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