gloox
1.1-svn
|
#include <jingledescription.h>
Public Member Functions | |
virtual | ~Description () |
Public Member Functions inherited from Plugin | |
virtual | ~Plugin () |
virtual const std::string & | filterString () const =0 |
virtual Tag * | tag () const =0 |
virtual Plugin * | clone () const =0 |
Protected Member Functions | |
virtual const std::string & | xmlns () const =0 |
An abstraction of a Jingle Description (Application Format).
You should not need to use this class directly. Use derived classes instead (AudioRTP, VideoRTP). See Jingle::Session for more info on Jingle.
Definition at line 41 of file jingledescription.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 47 of file jingledescription.h.
|
protectedpure virtual |
Returns the Application Format's namespace.
Implemented in RTP.