Commit 0cf8db1a authored by akrherz's avatar akrherz

OF-477 remove usage of xmpp.fqdn for createSaslServer

parent 63f5c12a
......@@ -267,7 +267,7 @@ public class SASLAuthentication {
props.put(Sasl.SERVER_AUTH, "TRUE");
}
SaslServer ss = Sasl.createSaslServer(mechanism, "xmpp",
JiveGlobals.getProperty("xmpp.fqdn", session.getServerName()), props,
session.getServerName(), props,
new XMPPCallbackHandler());
if (ss == null) {
......
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