Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/muc
Florian Schmaus 365c71db79 Rework MultiUserChat
remove PacketMultiplexListener, RoomListenerMultiplexor and
ConnectionDetachedPacketCollector(Test), which was a bunch of
(in same cases redundant) code that formed a complex construct that
presumably tried to make MultiUserChat instances easily garbage
collect-able.

Now, MultiUserChat should be eligible for gc if the userHashLeft() is
invoked before the reference to the instance is dropped, which should be
the case in the most scenarios. Otherwise the connection may references
the MultiUserChat instance over Packet(Listener|Interceptor)s preventing
the gc.
2014-10-13 11:10:30 +02:00
..
packet Add support for multiple status codes to MUCUser 2014-09-05 11:45:06 +02:00
RoomInfoTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00