gloox 1.0
|
This class implements an instant MUC room. More...
#include <instantmucroom.h>
Public Member Functions | |
InstantMUCRoom (ClientBase *parent, const JID &nick, MUCRoomHandler *mrh) | |
virtual | ~InstantMUCRoom () |
Protected Member Functions | |
virtual bool | instantRoomHook () const |
This class implements an instant MUC room.
XEP version: 1.21
Definition at line 30 of file instantmucroom.h.
InstantMUCRoom | ( | ClientBase * | parent, |
const JID & | nick, | ||
MUCRoomHandler * | mrh | ||
) |
Creates a new abstraction of a unique Multi-User Chat room. The room is not joined automatically. Use join() to join the room, use leave() to leave it. See MUCRoom for detailed info.
parent | The ClientBase object to use for the communication. |
nick | The room's name and service plus the desired nickname in the form room@service/nick. |
mrh | The MUCRoomHandler that will listen to room events. May be 0 and may be specified later using registerMUCRoomHandler(). However, without one, MUC is no joy. |
Definition at line 22 of file instantmucroom.cpp.
~InstantMUCRoom | ( | ) | [virtual] |
Virtual Destructor.
Definition at line 27 of file instantmucroom.cpp.
virtual bool instantRoomHook | ( | ) | const [inline, protected, virtual] |
Acknowledges instant room creation w/o a call to the MUCRoomConfigHandler.
Reimplemented from MUCRoom.
Definition at line 54 of file instantmucroom.h.