InstantMUCRoom Class Reference

This class implements an instant MUC room. More...

#include <instantmucroom.h>

Inherits gloox::MUCRoom.

Inherited by UniqueMUCRoom.

Collaboration diagram for InstantMUCRoom:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InstantMUCRoom (ClientBase *parent, const JID &nick, MUCRoomHandler *mrh)
virtual ~InstantMUCRoom ()

Detailed Description

This class implements an instant MUC room.

XEP version: 1.21

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.9

Definition at line 30 of file instantmucroom.h.


Constructor & Destructor Documentation

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.

Parameters:
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.
Note:
To subsequently configure the room, use MUCRoom::registerMUCRoomConfigHandler().

Definition at line 22 of file instantmucroom.cpp.

~InstantMUCRoom (  )  [virtual]

Virtual Destructor.

Definition at line 27 of file instantmucroom.cpp.


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

Generated on Mon Dec 7 13:28:26 2009 for gloox by  doxygen 1.6.1