gloox
1.1-svn
|
#include <jingleiceudp.h>
Public Member Functions | |
virtual | ~ICEUDP () |
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 ICE-UDP Transport Method (XEP-0176).
XEP Version: 0.23
Definition at line 36 of file jingleiceudp.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 47 of file jingleiceudp.h.
|
inlinevirtual |
Creates an identical deep copy of the current instance.
Implements Plugin.
Definition at line 56 of file jingleiceudp.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 jingleiceudp.cpp.
|
virtual |
Returns a Tag representation of the plugin.
Implements Plugin.
Definition at line 32 of file jingleiceudp.cpp.