1

I am you using quickblox and im tryna authenticate the chat.. with this code

QBChatService.getInstance().loginWithUser(myapp.getQbUser(), MessageReader.this);

and at the end i get this error why?

SASL authentication failed

any help around here.....

Elltz
  • 10,730
  • 4
  • 31
  • 59
  • There is a similar post http://stackoverflow.com/questions/24547380/quickblox-error-when-login-android – Darya Aug 26 '14 at 12:41
  • i do not think so because, the other post uses facebook auth, and i am using direct authentication with a quickblox user.. – Elltz Aug 26 '14 at 13:14

1 Answers1

0

Looks like your user's password is wrong

print user entity myapp.getQbUser() before chat login and check user ID and password

Rubycon
  • 18,156
  • 10
  • 49
  • 70