We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9eb3bd commit 476acf2Copy full SHA for 476acf2
src/headless/shared/connection/index.js
@@ -400,7 +400,7 @@ export class Connection extends Strophe.Connection {
400
condition = __('Your XMPP address and/or password is incorrect. Please try again.');
401
}
402
this.setConnectionStatus(status, condition);
403
- this.setDisconnectionCause(status, condition, true); // XXX DISABLE this to enable SASL fallback
+ this.setDisconnectionCause(status, condition, true);
404
this.onDisconnected();
405
406
} else if (status === Strophe.Status.CONNFAIL) {
0 commit comments