1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-02 08:16:45 +02:00
Smack/smack-extensions/src
Florian Schmaus fd97f5ba0b Use a CopyOnWriteArraySet for joinedRooms
Since it is accessed concurrently. And also may cause a
ConcurrentModificationException when the MultiUserChatManager tries to
re-join the joined rooms.

Fixes SMACK-819.
2018-05-10 20:30:24 +02:00
..
integration-test/java/org/jivesoftware/smackx Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
main Use a CopyOnWriteArraySet for joinedRooms 2018-05-10 20:30:24 +02:00
test Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00