1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Merge pull request #616 from guusdk/SMACK-950_MUC-destroy-password

[muc] Add support for 'password' in room destroy
This commit is contained in:
Florian Schmaus 2024-08-27 09:52:04 +00:00 committed by GitHub
commit 6c7e88f3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 51 additions and 8 deletions

View file

@ -112,7 +112,7 @@ public class MultiUserChatIntegrationTest extends AbstractMultiUserChatIntegrati
UserStatusListener userStatusListener = new UserStatusListener() {
@Override
public void roomDestroyed(MultiUserChat alternateMUC, String reason) {
public void roomDestroyed(MultiUserChat alternateMUC, String password, String reason) {
mucDestroyed.signal();
}
};