Commit 1b264461 authored by JC Brand's avatar JC Brand

Bugfix. Return after disconnection

parent bc5cd95a
......@@ -1825,6 +1825,7 @@
converse.disconnection_cause = Strophe.Status.AUTHFAIL;
converse.onDisconnected();
converse.giveFeedback(''); // Wipe the feedback
return;
}
var resource = Strophe.getResourceFromJid(this.jid);
if (!resource) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment