浏览代码

Fixes issue with not sending presence unavailable when JitsiConference.leave is called

master
hristoterezov 9 年前
父节点
当前提交
ab27837f4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      modules/xmpp/ChatRoom.js

+ 1
- 0
modules/xmpp/ChatRoom.js 查看文件

@@ -847,6 +847,7 @@ ChatRoom.prototype.leave = function () {
847 847
         this.session.close();
848 848
     }
849 849
     this.eventEmitter.emit(XMPPEvents.DISPOSE_CONFERENCE);
850
+    this.doLeave();
850 851
     this.connection.emuc.doLeave(this.roomjid);
851 852
 };
852 853
 

正在加载...
取消
保存