How to fetch room list from openfire?
问题 I am using openfire server and XMPP protocol for chatting and i got success in it. Now i want to implement room chatting. I google lots about it, what i get is 'Joing Room', 'Create Room' but first i want to get list of all room name from conferrance. i have conferance and room in it : #define CONFERENCE_ROOM_SERVER @"chatroomforfriends" #define CONFERENCE_ROOM_NAME @"cr1" 'chatroomforfriends' is conferance name and it contain 'cr1' room. How do i fetch all room name in iOS ? 回答1: As per MUC