SASL authentication DIGEST-MD5 failed: not-authorized

Using the latest spark (2.6.3) as well as 2.6.2, I get this erro when I try to login to OpenFire (tried 2 servers so far). I’m on Win7 Ultimate 64bit.


WARNING: Exception in Login:

SASL authentication DIGEST-MD5 failed: not-authorized:

at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java: 337)

at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:203)

at org.jivesoftware.LoginDialog$LoginPanel.login(LoginDialog.java:1014)

at org.jivesoftware.LoginDialog$LoginPanel.access$1200(LoginDialog.java:219)

at org.jivesoftware.LoginDialog$LoginPanel$4.construct(LoginDialog.java:730)

at org.jivesoftware.spark.util.SwingWorker$2.run(SwingWorker.java:141)

at java.lang.Thread.run(Unknown Source)

It tells my my login has failed but I can login elsewhere with it (and with other clients like Pidgin).

Any ideas?

Thanks

Hmm, maybe this is related to: http://issues.igniterealtime.org/browse/SPARK-751

I don’t know, but try to change openfire xmpp.domain name to match server fqdn

Go to openfire admin console: Server Manager/Server information. click edit and change Server name to match fqdn

Mircea