The XmppClient type exposes the following members.

Events

  NameDescription
Public eventActivityChanged
The event that is raised when an activity notification has been received.
Public eventAvatarChanged
The event that is raised when a contact has updated his or her avatar.
Public eventChatStateChanged
The event that is raised when the chat-state of an XMPP entity has changed.
Public eventError
The event that is raised when an unrecoverable error condition occurs.
Public eventFileTransferAborted
The event that is raised when an on-going file-transfer has been aborted prematurely, either due to cancellation or error.
Public eventFileTransferProgress
The event that is raised periodically for every file-transfer operation to inform subscribers of the progress of the operation.
Public eventMessage
The event that is raised when a chat message is received.
Public eventMoodChanged
The event that is raised when a mood notification has been received.
Public eventRosterUpdated
The event that is raised when the roster of the user has been updated, i.e. a contact has been added, removed or updated.
Public eventStatusChanged
The event that is raised when a status notification has been received.
Public eventSubscriptionApproved
The event that is raised when a subscription request made by the JID associated with this instance has been approved.
Public eventSubscriptionRefused
The event that is raised when a subscription request made by the JID associated with this instance has been refused.
Public eventTune
The event that is raised when a contact has published tune information.
Public eventUnsubscribed
The event that is raised when a user or resource has unsubscribed from receiving presence notifications of the JID associated with this instance.

See Also