18 #include "stanzaextension.h"
45 GPGSigned(
const std::string& signature );
63 const std::string&
signature()
const {
return m_signature; }
66 virtual const std::string& filterString()
const;
84 std::string m_signature;
91 #endif // GPGSIGNED_H__
virtual StanzaExtension * newInstance(const Tag *tag) const
This is an abstraction of a jabber:x:signed namespace element, as used in XEP-0027 (Current Jabber Op...
The namespace for the gloox library.
This class abstracts a stanza extension, which is usually an element in a specific namespace...
const std::string & signature() const
This is an abstraction of an XML element.
virtual StanzaExtension * clone() const