15 #ifndef MUCINVITATIONHANDLER_H__
16 #define MUCINVITATIONHANDLER_H__
18 #include "clientbase.h"
65 virtual void handleMUCInvitation(
const JID& room,
const JID& from,
const std::string& reason,
66 const std::string& body,
const std::string& password,
67 bool cont,
const std::string& thread ) = 0;
72 #endif // MUCINVITATIONHANDLER_H__
An abstraction of a MUC user query.
void registerStanzaExtension(StanzaExtension *ext)
MUCInvitationHandler(ClientBase *parent)
A handler that can be used to receive invitations to MUC rooms.
virtual ~MUCInvitationHandler()
This is the common base class for a Jabber/XMPP Client and a Jabber Component.