15 #ifndef MUCINVITATIONHANDLER_H__
16 #define MUCINVITATIONHANDLER_H__
18 #include "clientbase.h"
60 virtual void handleMUCInvitation(
const JID& room,
const JID& from,
const std::string& reason,
61 const std::string& body,
const std::string& password,
62 bool cont,
const std::string& thread ) = 0;
67 #endif // MUCINVITATIONHANDLER_H__
The namespace for the gloox library.
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.