1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/smack-extensions/src/main
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
..
java/org/jivesoftware Use a CopyOnWriteArraySet for joinedRooms 2018-05-10 20:30:24 +02:00
resources/org.jivesoftware.smack.extensions Smack 4.2.4 2018-04-15 14:48:22 +02:00