gloox  0.9.9.12
Public Member Functions | List of all members
MUCRoomConfigHandler Class Reference

#include <mucroomconfighandler.h>

Public Member Functions

virtual ~MUCRoomConfigHandler ()
virtual void handleMUCConfigList (MUCRoom *room, const MUCListItemList &items, MUCOperation operation)=0
virtual void handleMUCConfigForm (MUCRoom *room, const DataForm &form)=0
virtual void handleMUCConfigResult (MUCRoom *room, bool success, MUCOperation operation)=0
virtual void handleMUCRequest (MUCRoom *room, const DataForm &form)=0

Detailed Description

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
0.9

Definition at line 90 of file mucroomconfighandler.h.

Constructor & Destructor Documentation

virtual ~MUCRoomConfigHandler ( )
inlinevirtual

Virtual Destructor.

Definition at line 96 of file mucroomconfighandler.h.

Member Function Documentation

virtual void handleMUCConfigForm ( MUCRoom room,
const DataForm form 
)
pure virtual

This function is called when the room's configuration form arrives. This usually happens after a call to MUCRoom::requestRoomConfig(). Use MUCRoom::setRoomConfig() to send the configuration back to the room.

Parameters
roomThe room for which the config form arrived.
formThe configuration form.
virtual void handleMUCConfigList ( MUCRoom room,
const MUCListItemList items,
MUCOperation  operation 
)
pure virtual

This function is called in response to MUCRoom::requestList() if the list was fetched successfully.

Parameters
roomThe room for which the list arrived.
itemsThe requestd list's items.
operationThe type of the list.
virtual void handleMUCConfigResult ( MUCRoom room,
bool  success,
MUCOperation  operation 
)
pure virtual

This function is called in response to MUCRoom::kick(), MUCRoom::storeList(), MUCRoom::ban(), and others, to indcate the end of the operation.

Parameters
roomThe room for which the operation ended.
successWhether or not the operation was successful.
operationThe finished operation.
virtual void handleMUCRequest ( MUCRoom room,
const DataForm form 
)
pure virtual

This function is called when a Voice request or a Registration request arrive through the room that need to be approved/rejected by the room admin. Use MUCRoom::createDataForm() to have a Tag created that answers the request.

Parameters
roomThe room the request arrived from.
formA DataForm containing the request.

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