|
@@ -550,9 +550,6 @@
|
|
};
|
|
};
|
|
|
|
|
|
this.logOut = function () {
|
|
this.logOut = function () {
|
|
- if (converse.xmppstatus) {
|
|
|
|
- converse.xmppstatus.sendPresence('unavailable');
|
|
|
|
- }
|
|
|
|
converse.chatboxviews.closeAllChatBoxes();
|
|
converse.chatboxviews.closeAllChatBoxes();
|
|
converse.clearSession();
|
|
converse.clearSession();
|
|
if (typeof converse.connection !== 'undefined') {
|
|
if (typeof converse.connection !== 'undefined') {
|