mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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.
|
// presence.
|
||||||
occupantsMap.clear();
|
occupantsMap.clear();
|
||||||
joined = false;
|
joined = false;
|
||||||
|
myRoomJid = null;
|
||||||
// Update the list of joined rooms
|
// Update the list of joined rooms
|
||||||
multiUserChatManager.removeJoinedRoom(room);
|
multiUserChatManager.removeJoinedRoom(room);
|
||||||
removeConnectionCallbacks();
|
removeConnectionCallbacks();
|
||||||
|
|
Loading…
Reference in a new issue