Browse Source

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

master
hristoterezov 9 years ago
parent
commit
ab27837f4a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/xmpp/ChatRoom.js

+ 1
- 0
modules/xmpp/ChatRoom.js View File

847
         this.session.close();
847
         this.session.close();
848
     }
848
     }
849
     this.eventEmitter.emit(XMPPEvents.DISPOSE_CONFERENCE);
849
     this.eventEmitter.emit(XMPPEvents.DISPOSE_CONFERENCE);
850
+    this.doLeave();
850
     this.connection.emuc.doLeave(this.roomjid);
851
     this.connection.emuc.doLeave(this.roomjid);
851
 };
852
 };
852
 
853
 

Loading…
Cancel
Save