Commit 4aa13ffb authored by Jay Kline's avatar Jay Kline Committed by jay

Fix for JM-1537


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11017 b35dd754-fafc-0310-a699-88a17e54d16e
parent f0f49b48
...@@ -338,6 +338,7 @@ public class XMPPServer { ...@@ -338,6 +338,7 @@ public class XMPPServer {
if ("true".equals(JiveGlobals.getXMLProperty("setup"))) { if ("true".equals(JiveGlobals.getXMLProperty("setup"))) {
// Set the new server domain assigned during the setup process // Set the new server domain assigned during the setup process
name = JiveGlobals.getProperty("xmpp.domain").toLowerCase(); name = JiveGlobals.getProperty("xmpp.domain").toLowerCase();
xmppServerInfo.setXMPPDomain(name);
// Update certificates (if required) // Update certificates (if required)
try { try {
......
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