ChatRoomListDone Method
      
 

Description

Called when response chat room list arrives.


Return Type

None  


Syntax

object.ChatRoomListDone Owner, Service



The ChatRoomListDone Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodXMPPNotify.
Owner Required. A wodXMPP object.
Service A XMPPService object.

Remarks

This method is called only if you implemented IwodXMPPNotify interface in your application, and wodXMPP.Notification property has received reference to instance of your implementation.

This notification method is called when list of all available chat rooms has arrived - for one of the services. This notification can be called more than once, if there is more than one service available on the server that provide chat rooms (such as if you have IRC gateway, MSN gateway etc..)