#include <jingletransport.h>
Inherits Plugin.
Inherited by ICEUDP, and RawUDP.
Inheritance diagram for Transport:

Public Member Functions | |
| virtual | ~Transport () |
| virtual const std::string & | filterString () const |
| virtual Tag * | tag () const |
Protected Member Functions | |
| virtual const std::string & | xmlns () const =0 |
You should not need to use this class directly. See Jingle::Session for more info on Jingle.
Definition at line 36 of file jingletransport.h.
|
|
Virtual destructor. Definition at line 42 of file jingletransport.h. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implements Plugin. Definition at line 23 of file jingletransport.cpp. |
|
|
Returns a Tag representation of the plugin.
Implements Plugin. Definition at line 29 of file jingletransport.cpp. |
|
|
Returns the Transport's namespace.
|
1.4.1