#include <mucroomconfighandler.h>
Public Attributes | |
JID * | jid |
std::string | nick |
MUCRoomAffiliation | affiliation |
MUCRoomRole | role |
std::string | reason |
Definition at line 33 of file mucroomconfighandler.h.
Pointer to the occupant's JID if available, 0 otherwise.
Definition at line 35 of file mucroomconfighandler.h.
std::string nick |
The occupant's nick in the room.
Definition at line 36 of file mucroomconfighandler.h.
The occupant's affiliation.
Definition at line 37 of file mucroomconfighandler.h.
The occupant's role.
Definition at line 38 of file mucroomconfighandler.h.
std::string reason |
Use this only when **setting** the item's role/affiliation to specify a reason for the role/affiliation change. This field is empty in items fetched from the MUC service.
Definition at line 39 of file mucroomconfighandler.h.