Send a service discovery items request to Openfire's MUC service (which is by default conference.yourdomain)
See http://xmpp.org/extensions/xep-0045.html#disco-rooms
With Smack it is done with MultiUserChat.getHostedRooms() I think.
Send a service discovery items request to Openfire's MUC service (which is by default conference.yourdomain)
See http://xmpp.org/extensions/xep-0045.html#disco-rooms
With Smack it is done with MultiUserChat.getHostedRooms() I think.