#include <oob.h>
Inherits StanzaExtension.
Inheritance diagram for OOB:


Public Member Functions | |
| OOB (const std::string &url, const std::string &description, bool iqext) | |
| OOB (Tag *tag) | |
| virtual | ~OOB () |
| const std::string & | url () const |
| const std::string & | desc () const |
| Tag * | tag () const |
XEP version: 1.5
Definition at line 35 of file oob.h.
|
||||||||||||||||
|
Constructs an empty OOB object.
|
|
|
Constructs an OOB object from the given Tag. To be recognized properly, the Tag should either have a name 'x' of in the jabber:x:oob namespace, or a name of 'query' in the jabber:iq:oob namespace.
|
|
|
Virtual destructor. |
|
|
Returns the URL's description.
|
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. |
|
|
Returns the out-of-band URL.
|
1.4.1