I know I can retrieve a list of public rooms from my server using:
<iq from='hag66@shakespeare.lit/pda'
id='zb8q41f4'
to='chat.shakespeare.lit'
type='get'>
<query xmlns='http://jabber.org/protocol/disco#items'/>
</iq>
However, I need a list of all rooms, regardless whether is public or private, and if is online of not.
Any suggestions, specially through XML?