mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Merge pull request #624 from guusdk/SMACK-949_MUC-join-state-after-destroy
[muc] State of MUC should reflect room destruction
This commit is contained in:
commit
63e25bc8cd
2 changed files with 56 additions and 3 deletions
|
@ -292,6 +292,7 @@ public class MultiUserChat {
|
|||
for (UserStatusListener listener : userStatusListeners) {
|
||||
listener.roomDestroyed(alternateMuc, destroy.getPassword(), destroy.getReason());
|
||||
}
|
||||
userHasLeft();
|
||||
}
|
||||
|
||||
if (isUserStatusModification) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue