Count of all muc participants

Is there an easy way to get a count of all the users currently chatting in muc’'s ? Or am i goin got have to fetch all the MUC rooms and call getOccupants.Count or something along those lines…

Nick,

Hey Nick,

Some servers allow users to discover the number of occupants in a room without having to join the room (e.g. Jive Messenger). Use MultiUserChat#getRoomInfo(XMPPConnection connection, String room) to get such information.

Regards,

– Gato

which setting would this be on jive messenger ?