#include <mucroom.h>
An abstraction of a MUC query.
You should not need to use this class directly.
- Author
- Jakob Schröter js@ca.nosp@m.maya.nosp@m..net
- Since
- 1.0
Definition at line 127 of file mucroom.h.
Creates a new MUC object.
- Parameters
-
password | An optional room password. |
historyType | The type of room history to request. |
historySince | A string describing the amount of room history. |
historyValue | The amount of requested room history. |
Definition at line 540 of file mucroom.cpp.
const std::string & filterString |
( |
| ) |
const |
|
virtual |
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
- Returns
- The extension's filter string.
Implements StanzaExtension.
Definition at line 587 of file mucroom.cpp.
const std::string* historySince |
( |
| ) |
const |
|
inline |
Returns a pointer to the description of the amount of room history requested.
- Returns
- A pointer to the description of the amount of room history requested.
Definition at line 161 of file mucroom.h.
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:
{
return new FooExtension( tag );
}
- Returns
- The derived extension's new instance.
Implements StanzaExtension.
Definition at line 167 of file mucroom.h.
const std::string* password |
( |
| ) |
const |
|
inline |
Returns a pointer to the current password, or 0.
- Returns
- A pointer to the current password, or 0.
Definition at line 155 of file mucroom.h.
The documentation for this class was generated from the following files: