#include <jingleplugin.h>
Inherited by Content, Description, and Transport.
Inheritance diagram for Plugin:

Public Member Functions | |
| virtual | ~Plugin () |
| virtual const std::string & | filterString () const =0 |
| virtual Tag * | tag () const =0 |
This is the base class for Transport and Description. It is also used for session information, such as the 'ringing' info in Jingle Audio, or Jingle DTMF.
Definition at line 36 of file jingleplugin.h.
|
|
Virtual destructor. Definition at line 42 of file jingleplugin.h. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implemented in Content, Description, and Transport. |
|
|
Returns a Tag representation of the plugin.
Implemented in Content, Description, and Transport. |
1.4.1