Remove Method
      
 

Description

Removes chat room from the collection.


Return Type

None  


Syntax

object.Remove ChatRoom



The Remove Method syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPChatRooms.
ChatRoom Required. A Variant value. String value of chatroom JID, or reference to the chat room object.

Remarks

Remove method will remove chat room from the collection. After room is removed, it can no longer be Joined because wodXMPP will not know how to handle incoming packets and will assume they arrive from some contact (which uses same JID).