Is there any method like ChatManagerListener for receiving the entire multiuser chats ?
I found muc.addMessageListener and PacketFilter but both are dependent on the group name.
I need to listen group messages based on connection object.
I viewed How to properly listen for MultiUserChat in Smack? but not appropriate for the current requirement.