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;
MessageEvent(int type, const std::string &id=EmptyString)
virtual StanzaExtension * clone() const
MessageEvent(const Tag *tag)
virtual StanzaExtension * newInstance(const Tag *tag) const
StanzaExtension(int type)
This is an abstraction of an XML element.
The namespace for the gloox library.
const std::string EmptyString