Skip to content

Commit 476acf2

Browse files
authored
Update src/headless/shared/connection/index.js
1 parent f9eb3bd commit 476acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/headless/shared/connection/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export class Connection extends Strophe.Connection {
400400
condition = __('Your XMPP address and/or password is incorrect. Please try again.');
401401
}
402402
this.setConnectionStatus(status, condition);
403-
this.setDisconnectionCause(status, condition, true); // XXX DISABLE this to enable SASL fallback
403+
this.setDisconnectionCause(status, condition, true);
404404
this.onDisconnected();
405405

406406
} else if (status === Strophe.Status.CONNFAIL) {

0 commit comments

Comments
 (0)