XMPPChatRoom Object
    
 
Description

XMPPChatRoom Class


Object Model




Remarks

Holds information about chat room.


Members
Methods
GetSettings Retrieves room settings from the server.
Join Joins the chat room.
Leave Leaves the chat room.
SaveSettings Stores room settings to the server.
SendMessage Sends message to the chat room.
SetStatus Changes your status in the chat room.

Properties
Active Read-only property Returns True if chat room is active.
Contacts Read-only property Returns list of all contacts in the chat room.
JID Read-write property Holds chatrooms's JID.
Name Read-only property Holds name of the chat room.
Nick Read-write property Holds your nickname in the chat room.
Password Read-write property Holds password to be used when joining the room.
Service Read-only property Returns reference to the service that provides this chatroom.
Settings Read-only property Holds collection of chat room settings.
Status Read-only property Returns your status in the chat room.
ShowMyself Read-write property Determine if you are shown on the list of contacts.
Subject Read-write property Holds topic/subject of the chat room.