Commit c2953480 authored by Davide Colombo's avatar Davide Colombo

disable auto_login on logout

parent 69c6749e
......@@ -753,6 +753,7 @@
};
this.logOut = function () {
converse.auto_login = false;
converse.chatboxviews.closeAllChatBoxes(false);
converse.clearSession();
converse.connection.disconnect();
......
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