gloox
1.1-svn
|
#include <jinglertp.h>
Public Member Functions | |
Payload (const StringMap &attribs, const StringMap ¶meters) | |
~Payload () | |
Tag * | tag () const |
An abstraction of the payload-type> element used as child of the <description> element.
Definition at line 47 of file jinglertp.h.
Creates a new Payload object from the given attributes and parameters.
attribs | A map of name/value pairs added as XML attributes to the <payload-type> element. See the respective XEP for valid values. |
parameters | A map of name/value pairs added as <parameter> child to the <payload-type> element. See the respective XEP and codec specs for valid values. |
Definition at line 58 of file jinglertp.h.
|
inline |
Destructor.
Definition at line 65 of file jinglertp.h.
Tag * tag | ( | ) | const |
Creates a Tag representation of the object.
Definition at line 25 of file jinglertp.cpp.