Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, 2.1.0, 2.2.0, 2.2.1, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.2.0
-
Fix Version/s: 3.2.1
-
Component/s: Extensions
-
Labels:None
-
Acceptance Test - Add?:No
Description
MultiUserChat will store messages in a room, if many messages are recieved it will cause Smack to run out of memory.
Issue Links
- is related to
-
SMACK-6
Don't force use of collectors in Chat, GroupChat, etc
-
We should likely make the fix like the one that Alex implemented for Chat – force passing in a listener when creating the room. Creating the collector should be optional.