The S22.Xmpp.Extensions namespace contains classes, interfaces and enumerations that implement various XMPP extensions.
Classes
Class | Description | |
---|---|---|
ActivityChangedEventArgs |
Provides data for the ActivityChanged event.
| |
AvatarChangedEventArgs |
Provides data for the AvatarChanged event.
| |
ChatStateChangedEventArgs |
Provides data for the ChatStateChanged event.
| |
FileTransfer |
Represents an on-going file-transfer operation.
| |
FileTransferAbortedEventArgs |
Provides data for the 'FileTransferAborted' event.
| |
FileTransferProgressEventArgs |
Provides data for the 'FileTransferProgress' event.
| |
MoodChangedEventArgs |
Provides data for the MoodChanged event.
| |
Streamhost |
Represents a streamhost entry as is used during S5B negotiation.
| |
TuneEventArgs |
Provides data for the Tune event.
| |
TuneInformation |
Provides information about the music to which a user is listening.
| |
VersionInformation |
Provides information about the software application associated with an
XMPP entity.
|
Delegates
Delegate | Description | |
---|---|---|
FileTransferRequest |
Represents a request for a file-transfer.
| |
RegistrationCallback |
A callback method which is invoked during the registration process to
let the user fill out the required fields needed to complete the
registration.
|
Enumerations
Enumeration | Description | |
---|---|---|
ChatState |
Defines possible values for the chat state of an XMPP user.
| |
Extension |
An enumeration of supported XMPP extensions.
| |
GeneralActivity |
Defines possible values for the general activity of an XMPP user.
| |
Mood |
Defines possible values for the mood of an XMPP user.
| |
SpecificActivity |
Defines possible values for more specific activities of an XMPP user.
|