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

Public Member Functions | |
| OOB (const std::string &url, const std::string &description, bool iqext) | |
| OOB (const Tag *tag) | |
| virtual | ~OOB () |
| const std::string & | url () const |
| const std::string & | desc () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| Tag * | tag () const |
XEP version: 1.5
Definition at line 35 of file oob.h.
|
||||||||||||||||
|
Constructs an OOB StanzaExtension from teh given URL and description.
|
|
|
Constructs an OOB object from the given Tag. To be recognized properly, the Tag must have either a name of 'x' 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 an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. |
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. |
|
|
Returns the out-of-band URL.
|
1.4.1