#include <iq.h>
Inherits Stanza.
Inheritance diagram for IQ:

Public Types | |
| enum | IqType { Get = 0, Set, Result, Error, Invalid } |
Public Member Functions | |
| IQ (IqType type, const JID &to, const std::string &id=EmptyString) | |
| virtual | ~IQ () |
| IqType | subtype () const |
| virtual Tag * | tag () const |
Jakob Schroeter <js@camaya.net>
Definition at line 33 of file iq.h.
|
|
Describes the different valid IQ types.
|
|
||||||||||||||||
|
Creates an IQ Query.
|
|
|
Virtual destructor. |
|
|
Returns the IQ's type.
|
|
|
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. Implements Stanza. |
1.4.1