13 #include "chatstate.h"
21 static const char* stateValues [] = {
29 static inline ChatStateType chatStateType(
const std::string& type )
39 m_state = chatStateType( tag->
name() );
44 static const std::string filter =
ChatState(const Tag *tag)
virtual const std::string & filterString() const
The namespace for the gloox library.
This class abstracts a stanza extension, which is usually an element in a specific namespace...
const std::string & name() const
const std::string XMLNS_CHAT_STATES
This is an abstraction of an XML element.