Removes ConferencePublishedListener when chat window is closed.

cusax-fix
Damian Minkov 12 years ago
parent 504cf391a6
commit a1cea61004

@ -100,6 +100,7 @@ public void dispose()
ChatRoom chatRoom = chatRoomWrapper.getChatRoom();
chatRoom.removeMemberPresenceListener(this);
chatRoom.removePropertyChangeListener(this);
chatRoom.removeConferencePublishedListener(this);
if(ConfigurationUtils.isLeaveChatRoomOnWindowCloseEnabled())
{

Loading…
Cancel
Save