Pyrogenesis  trunk
Public Member Functions | List of all members
glooxwrapper::MUCRoomHandler Class Referenceabstract

#include <glooxwrapper.h>

Inheritance diagram for glooxwrapper::MUCRoomHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~MUCRoomHandler ()
 
virtual void handleMUCParticipantPresence (MUCRoom *room, const MUCRoomParticipant participant, const Presence &presence)=0
 
virtual void handleMUCMessage (MUCRoom *room, const Message &msg, bool priv)=0
 
virtual void handleMUCError (MUCRoom *room, gloox::StanzaError error)=0
 
virtual void handleMUCSubject (MUCRoom *room, const string &nick, const string &subject)=0
 

Constructor & Destructor Documentation

virtual glooxwrapper::MUCRoomHandler::~MUCRoomHandler ( )
inlinevirtual

Member Function Documentation

virtual void glooxwrapper::MUCRoomHandler::handleMUCError ( MUCRoom room,
gloox::StanzaError  error 
)
pure virtual

Implemented in XmppClient.

virtual void glooxwrapper::MUCRoomHandler::handleMUCMessage ( MUCRoom room,
const Message msg,
bool  priv 
)
pure virtual

Implemented in XmppClient.

virtual void glooxwrapper::MUCRoomHandler::handleMUCParticipantPresence ( MUCRoom room,
const MUCRoomParticipant  participant,
const Presence presence 
)
pure virtual

Implemented in XmppClient.

virtual void glooxwrapper::MUCRoomHandler::handleMUCSubject ( MUCRoom room,
const string nick,
const string subject 
)
pure virtual

Implemented in XmppClient.


The documentation for this class was generated from the following file: