14#ifndef MUCMESSAGESESSION_H__
15#define MUCMESSAGESESSION_H__
17#include "messagesession.h"
51 virtual void send(
const std::string& message );
58 virtual void setSubject(
const std::string& subject );
This is the common base class for a Jabber/XMPP Client and a Jabber Component.
virtual void send(const std::string &message)
MUCMessageSession(ClientBase *parent, const JID &jid)
virtual void setSubject(const std::string &subject)
virtual void handleMessage(Message &msg)
MessageSession(ClientBase *parent, const JID &jid, bool wantUpgrade=true, int types=0, bool honorTID=true)
An abstraction of a message stanza.
The namespace for the gloox library.
std::list< const StanzaExtension * > StanzaExtensionList