gloox
1.1-svn
|
#include <jinglertp.h>
Classes | |
class | Payload |
An abstraction of the payload-type> element used as child of the <description> element. More... |
Public Types | |
typedef std::list< const RTP::Payload * > | PayloadList |
Public Member Functions | |
RTP (const PayloadList &payload) | |
virtual | ~RTP () |
virtual const std::string & | xmlns () const |
virtual const std::string & | filterString () const |
virtual Tag * | tag () const |
virtual Plugin * | clone () const |
Public Member Functions inherited from Description | |
virtual | ~Description () |
Public Member Functions inherited from Plugin | |
virtual | ~Plugin () |
An abstraction of the signaling part of Jingle RTP Sessions (XEP-0167).
XEP Version: 0.25
Definition at line 37 of file jinglertp.h.
typedef std::list<const RTP::Payload*> PayloadList |
A list of payloads.
Definition at line 83 of file jinglertp.h.
RTP | ( | const PayloadList & | payload | ) |
Creates a new wrapper for the Audio via RTP Application Format defined in XEP-0167.
payload | A list of acceptable Payload Types. |
Definition at line 48 of file jinglertp.cpp.
|
virtual |
Virtual destructor.
Definition at line 52 of file jinglertp.cpp.
|
inlinevirtual |
Creates an identical deep copy of the current instance.
Implements Plugin.
Definition at line 106 of file jinglertp.h.
|
virtual |
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implements Plugin.
Definition at line 56 of file jinglertp.cpp.
|
virtual |
Returns a Tag representation of the plugin.
Implements Plugin.
Definition at line 62 of file jinglertp.cpp.
|
inlinevirtual |
Returns the Application Format's namespace.
Implements Description.
Definition at line 97 of file jinglertp.h.