#include <mucroom.h>
Inherits StanzaExtension.
Inheritance diagram for MUCRoom::MUC:

Public Member Functions | |
| MUC (const std::string &password, HistoryRequestType historyType=HistoryUnknown, const std::string &historySince=EmptyString, int historyValue=0) | |
| MUC (const Tag *tag=0) | |
| virtual | ~MUC () |
| const std::string * | password () const |
| const std::string * | historySince () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
| virtual StanzaExtension * | clone () const |
You should not need to use this class directly.
Definition at line 127 of file mucroom.h.
|
||||||||||||||||||||
|
Creates a new MUC object.
Definition at line 540 of file mucroom.cpp. |
|
|
Constructs a new MUCUser object from the given Tag.
Definition at line 551 of file mucroom.cpp. |
|
|
Virtual destructor. Definition at line 581 of file mucroom.cpp. |
|
|
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 587 of file mucroom.cpp. |
|
|
Returns a pointer to the description of the amount of room history requested.
|
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. |
|
|
Returns a pointer to the current password, or 0.
|
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 593 of file mucroom.cpp. |
1.4.1