2
0
Эх сурвалжийг харах

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

JC Brand 9 жил өмнө
parent
commit
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') {