ContactList Event
    
 

Description

Fires when contact list arrives from server.


Syntax

Private Sub object_ContactList()



The ContactList Event syntax has these parts:

Part Description
object A wodXMPP object.

Remarks

This event will be triggered when contact list is retrieved from the server. This usually occurs upon establishing a successful connection with a server. At this point you can access contacts details for the first time.