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;
const std::string & pwd() const
virtual Plugin * clone() const
const std::string & ufrag() const
ICEUDP(const std::string &pwd, const std::string &ufrag, CandidateList &candidates)
const CandidateList & candidates() const
std::list< Candidate > CandidateList
virtual Tag * tag() const
An abstraction of a Jingle plugin. This is part of Jingle (XEP-0166 et al.).
Plugin(JinglePluginType type)
This is an abstraction of an XML element.
The namespace containing Jingle-related (XEP-0166 et. al.) classes.
The namespace for the gloox library.
std::list< std::string > StringList