14 #include "mucmessagesession.h"
15 #include "clientbase.h"
17 #include "messagehandler.h"
35 if( m_messageHandler )
An abstraction of a message session between any two entities.
virtual void handleMessage(Message &msg)
MUCMessageSession(ClientBase *parent, const JID &jid)
A stanza error abstraction implemented as a StanzaExtension.
An abstraction of a message stanza.
virtual void setSubject(const std::string &subject)
The namespace for the gloox library.
virtual void send(const std::string &message)
virtual ~MUCMessageSession()
virtual void handleMessage(const Message &msg, MessageSession *session=0)=0
const std::string EmptyString
This is the common base class for a Jabber/XMPP Client and a Jabber Component.