#include <iq.h>
An abstraction of an IQ stanza.
- Author
- Vincent Thomasset
-
Jakob Schröter js@ca.nosp@m.maya.nosp@m..net
- Since
- 1.0
Definition at line 33 of file iq.h.
Describes the different valid IQ types.
Enumerator |
---|
Get |
The stanza is a request for information or requirements.
|
Set |
The stanza provides required data, sets new values, or replaces existing values.
|
Result |
The stanza is a response to a successful get or set request.
|
Error |
An error has occurred regarding processing or delivery of a previously-sent get or set (see Stanza Errors (Section 9.3)).
|
Invalid |
The stanza is invalid
|
Definition at line 43 of file iq.h.
Creates an IQ Query.
- Parameters
-
Definition at line 38 of file iq.cpp.
Virtual destructor.
Definition at line 44 of file iq.cpp.
Returns the IQ's type.
- Returns
- The IQ's type.
Definition at line 74 of file iq.h.
Creates a Tag representation of the Stanza. The Tag is completely independent of the Stanza and will not be updated when the Stanza is modified.
- Returns
- A pointer to a Tag representation. It is the job of the caller to delete the Tag.
Implements Stanza.
Definition at line 48 of file iq.cpp.
The documentation for this class was generated from the following files: