Commit c8e4ae13 authored by JC Brand's avatar JC Brand

No need to explicitly send unavailable presence, Strophe does it for us.

parent ffcdd09c
......@@ -550,9 +550,6 @@
};
this.logOut = function () {
if (converse.xmppstatus) {
converse.xmppstatus.sendPresence('unavailable');
}
converse.chatboxviews.closeAllChatBoxes();
converse.clearSession();
if (typeof converse.connection !== 'undefined') {
......
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