ChatRooms Property
      
 

Description

Returns collection of all available chat rooms.


Property type

A XMPPChatRooms object.  


Syntax

object.ChatRooms



The ChatRooms Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.

Remarks

ChatRooms property will return collection of all chat rooms currently used - active or inactive. Before chat room can be joined, you must add it to this collection - usually by calling Join method.