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;
94 #endif // MESSAGEEVENT_H__
MessageEvent(int type, const std::string &id=EmptyString)
An implementation of Message Events (XEP-0022) as a StanzaExtension.
The namespace for the gloox library.
This class abstracts a stanza extension, which is usually an element in a specific namespace...
virtual StanzaExtension * newInstance(const Tag *tag) const
virtual StanzaExtension * clone() const
const std::string EmptyString
This is an abstraction of an XML element.