13 #ifndef SUBSCRIPTION_H__
14 #define SUBSCRIPTION_H__
80 const std::string
status(
const std::string& lang =
"default" )
const
82 return findLang( m_stati, m_status, lang );
86 virtual Tag* tag()
const;
89 #ifdef SUBSCRIPTION_TEST
100 std::string m_status;
This is the common base class for a Jabber/XMPP Client and a Jabber Component.
This is the base class for XMPP stanza abstractions.
An abstraction of a subscription stanza.
const std::string status(const std::string &lang="default") const
This is an abstraction of an XML element.
The namespace for the gloox library.
const std::string EmptyString
std::map< std::string, std::string > StringMap