Back to product page

ChatRoomListDone callback method


Called when response chat room list arrives.

Syntax

  • Basic
object.ChatRoomListDone (Owner, Service)
The ChatRoomListDone(object,Owner,Service) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP
ServiceXMPPService 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 method 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..)

Platforms

Windows