#include <jinglesession.h>
Inherits StanzaExtension.
Inheritance diagram for Session::Jingle:

Public Member Functions | |
| Jingle (const Tag *tag=0) | |
| virtual | ~Jingle () |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
XEP Version: 0.25
Definition at line 97 of file jinglesession.h.
|
|
Constructs a new object from the given Tag.
Definition at line 61 of file jinglesession.cpp. |
|
|
Virtual Destructor. Definition at line 66 of file jinglesession.cpp. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 70 of file jinglesession.cpp. |
|
|
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. Definition at line 143 of file jinglesession.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 76 of file jinglesession.cpp. |
1.4.1