14 #include "gpgsigned.h"
22 m_signature( signature ), m_valid( true )
24 if( m_signature.empty() )
35 m_signature = tag->
cdata();
45 static const std::string filter =
56 Tag* x =
new Tag(
"x", m_signature );
GPGSigned(const std::string &signature)
virtual const std::string & filterString() const
The namespace for the gloox library.
const std::string XMLNS_X_GPGSIGNED
This class abstracts a stanza extension, which is usually an element in a specific namespace...
bool hasAttribute(const std::string &name, const std::string &value=EmptyString) const
const std::string cdata() const
bool addAttribute(Attribute *attr)
const std::string & name() const
This is an abstraction of an XML element.