[jdev] Smack and local OpenFire - unable to login
damien
dawadam at gmail.com
Thu Sep 15 22:35:12 UTC 2011
Hello, I develop with Smack and OpenFire server locally.
I can not I log on, i have this error:
"SASL DIGEST-MD5 authentication failed: not-authorized"
I looked on the web offered the tips, but none work with.
My code:
Connection connection = new XMPPConnection("localhost");
connection.connect();
// config.setSASLAuthenticationEnabled(false);
// SASLAuthentication.supportSASLMechanism("PLAIN", 0);
connection.login("test", "azer");
More information about the JDev
mailing list