14 #ifndef JINGLEICEUDP_H__
15 #define JINGLEICEUDP_H__
17 #include "jingleplugin.h"
98 const std::string&
pwd()
const {
return m_pwd; }
104 const std::string&
ufrag()
const {
return m_ufrag; }
116 virtual const std::string& filterString()
const;
119 virtual Tag* tag()
const;
122 virtual Plugin* newInstance(
const Tag* tag )
const;
127 return new ICEUDP( *
this );
133 CandidateList m_candidates;
An abstraction of the signaling part of Jingle ICE-UDP Transport Method (XEP-0176).
const CandidateList & candidates() const
virtual Plugin * clone() const
std::list< Candidate > CandidateList
const std::string & pwd() const
const std::string & ufrag() const
An abstraction of a Jingle plugin. This is part of Jingle (XEP-0166 et al.)
This is an abstraction of an XML element.
The namespace for the gloox library.
std::list< std::string > StringList