13 #ifndef MESSAGEEVENT_H__
14 #define MESSAGEEVENT_H__
17 #include "stanzaextension.h"
60 int event()
const {
return m_event; }
66 std::string
id()
const {
return m_id; }
69 virtual const std::string& filterString()
const;
An implementation of Message Events (XEP-0022) as a StanzaExtension.
MessageEvent(int type, const std::string &id=EmptyString)
virtual StanzaExtension * newInstance(const Tag *tag) const
virtual StanzaExtension * clone() const
This class abstracts a stanza extension, which is usually an XML child element in a specific namespac...
This is an abstraction of an XML element.
The namespace for the gloox library.
const std::string EmptyString