gloox
1.1-svn
|
#include <jinglerawudp.h>
Public Member Functions | |
virtual | ~RawUDP () |
virtual const std::string & | filterString () const |
virtual Tag * | tag () const |
virtual Plugin * | clone () const |
Public Member Functions inherited from Transport | |
virtual | ~Transport () |
Public Member Functions inherited from Plugin | |
virtual | ~Plugin () |
An abstraction of the signaling part of Jingle Raw UDP Transport Method (XEP-0177).
XEP Version: 0.15
Definition at line 36 of file jinglerawudp.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 47 of file jinglerawudp.h.
|
inlinevirtual |
Creates an identical deep copy of the current instance.
Implements Plugin.
Definition at line 56 of file jinglerawudp.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 26 of file jinglerawudp.cpp.
|
virtual |
Returns a Tag representation of the plugin.
Implements Plugin.
Definition at line 32 of file jinglerawudp.cpp.