logout if you are using auto_login=true
@@ -753,6 +753,7 @@
};
this.logOut = function () {
+ converse.auto_login = false;
converse.chatboxviews.closeAllChatBoxes(false);
converse.clearSession();
converse.connection.disconnect();
@@ -297,7 +297,7 @@
],
"Log out": [
null,
- "Logo out"
+ "Log out"
"Contact name": [
@@ -837,4 +837,4 @@
]
}
-}
+}