Response Data Attributes Description: id: uniquie id name: name max: max user limit desc: description count: current users amount owner: moderator list, split by "," speaker: speaker list, split by "," wm: welcome message memberonly: whether the unregistered guest has the permission to enter or not. passallmessage: whether to activate the moderated-chat module or not (0 means disabled / 1 means activated.) en: room status is open or close (0 means closed / 1 means opened) st: it determines the room will only be displayed in the avatar chat client, or in the text chat room list as well. (0 means displayed in text chat room list too, 2 means only displayed in the avatar chat client side.) JavaScript Response Data Format: var rooms =[]; XML Response Data Format: <rooms> <room en="1" name="General Test" id="1" owner="admin" memberonly="0" desc="Tip: Here you may test enter, exit room, private chat, etc." count="0" passallmessage="1" pwd="0" max="200" wm="" st="0" speaker=""/> </rooms> |