#include <mucroom.h>
Detailed Description
An abstraction of a MUC user query.
You should not need to use this class directly.
- Author
- Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
- Since
- 1.0
Definition at line 201 of file mucroom.h.
Constructor & Destructor Documentation
Constructor.
- Parameters
-
operation | An operation to perform. |
to | The recipient. |
reason | The reason for the operation. |
thread | If this is an invitation, and if the invitation is part of a transformation of a one-to-one chat to a MUC, include the one-to-one chat's thread ID here. Defaults to the empty string (i.e. not a continuation). |
Definition at line 298 of file mucroom.cpp.
Member Function Documentation
Returns the user's current room affiliation.
- Returns
- The user's current room affiliation.
Definition at line 237 of file mucroom.h.
const std::string* alternate |
( |
| ) |
const |
|
inline |
Returns an alternate venue, if set.
- Returns
- An alternate venue, if set.
Definition at line 279 of file mucroom.h.
Whether or not the 'continue' flag is set.
- Returns
- Whether or not the 'continue' flag is set.
Definition at line 285 of file mucroom.h.
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 450 of file mucroom.cpp.
Returns the current room flags.
- Returns
- The current room flags.
Definition at line 231 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 297 of file mucroom.h.
Returns the current operation.
- Returns
- The current operation.
Definition at line 291 of file mucroom.h.
Returns the user's current room role.
- Returns
- The user's current room role.
Definition at line 243 of file mucroom.h.
The documentation for this class was generated from the following files: