jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
414 stars 259 forks source link

XMPP accounts loose their passwords #16

Open jitsi-jenkins opened 9 years ago

jitsi-jenkins commented 9 years ago

Sometimes XMPP account loose it's passwords and user is prompted to re-enter it. PLAIN SASL authentication method is ued. Logs show that Jitsi always sends the same password hash, but at some point server returns FAILURE with "not-authorized". Then Jitsi tries to send authz-id, username and password, but server rejects it too.

(Issue migrated from https://trac.jitsi.org/ticket/1267)