Commit 0c8f49e3 authored by akrherz's avatar akrherz

OF-477 Correct SASLserver to use consistent digest-uri

parent e9aea579
......@@ -275,7 +275,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