The XmppClient type exposes the following members.
Events
Name | Description | |
---|---|---|
ActivityChanged |
The event that is raised when an activity notification has been received.
| |
AvatarChanged |
The event that is raised when a contact has updated his or her avatar.
| |
ChatStateChanged |
The event that is raised when the chat-state of an XMPP entity has
changed.
| |
Error |
The event that is raised when an unrecoverable error condition occurs.
| |
FileTransferAborted |
The event that is raised when an on-going file-transfer has been aborted
prematurely, either due to cancellation or error.
| |
FileTransferProgress |
The event that is raised periodically for every file-transfer operation to
inform subscribers of the progress of the operation.
| |
Message |
The event that is raised when a chat message is received.
| |
MoodChanged |
The event that is raised when a mood notification has been received.
| |
RosterUpdated |
The event that is raised when the roster of the user has been updated,
i.e. a contact has been added, removed or updated.
| |
StatusChanged |
The event that is raised when a status notification has been received.
| |
SubscriptionApproved |
The event that is raised when a subscription request made by the JID
associated with this instance has been approved.
| |
SubscriptionRefused |
The event that is raised when a subscription request made by the JID
associated with this instance has been refused.
| |
Tune |
The event that is raised when a contact has published tune information.
| |
Unsubscribed |
The event that is raised when a user or resource has unsubscribed from
receiving presence notifications of the JID associated with this instance.
|