浏览代码

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

JC Brand 9 年之前
父节点
当前提交
c8e4ae13ea
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/converse-core.js

+ 0 - 3
src/converse-core.js

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