How to get the avilable chatrooms from the jive server

I would like to get the available chatrooms from the jive server without spezifying the the items or the name of the user who is supposed to be registered in these rooms. How can I do it?

Hey,

Use MultiUserChat#getHostedRoomsXMPPConnection, String) to get the list of rooms available on the server.

Regards,

– Gato