mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
muc: also set myRoomJid to null if we have left the room
This commit is contained in:
parent
c519dd1213
commit
ab2822be3e
1 changed files with 1 additions and 0 deletions
|
@ -2120,6 +2120,7 @@ public class MultiUserChat {
|
|||
// presence.
|
||||
occupantsMap.clear();
|
||||
joined = false;
|
||||
myRoomJid = null;
|
||||
// Update the list of joined rooms
|
||||
multiUserChatManager.removeJoinedRoom(room);
|
||||
removeConnectionCallbacks();
|
||||
|
|
Loading…
Reference in a new issue