gloox
1.0.28
|
#include <mucroom.h>
Public Member Functions | |
MUCUser (MUCUserOperation operation, const std::string &to, const std::string &reason, const std::string &thread=EmptyString) | |
MUCUser (const Tag *tag=0) | |
virtual | ~MUCUser () |
int | flags () const |
MUCRoomAffiliation | affiliation () const |
MUCRoomRole | role () const |
const std::string * | alternate () const |
bool | continued () const |
MUCUserOperation | operation () const |
virtual const std::string & | filterString () const |
virtual StanzaExtension * | newInstance (const Tag *tag) const |
virtual Tag * | tag () const |
virtual StanzaExtension * | clone () const |
Public Member Functions inherited from StanzaExtension | |
StanzaExtension (int type) | |
virtual | ~StanzaExtension () |
virtual Stanza * | embeddedStanza () const |
virtual Tag * | embeddedTag () const |
int | extensionType () const |
MUCUser | ( | MUCUserOperation | operation, |
const std::string & | to, | ||
const std::string & | reason, | ||
const std::string & | thread = EmptyString |
||
) |
Constructor.
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.
Constructs a new MUCUser object from the given Tag.
tag | The Tag to parse. |
Definition at line 309 of file mucroom.cpp.
|
virtual |
Virtual destructor.
Definition at line 415 of file mucroom.cpp.
|
inline |
|
inline |
|
inlinevirtual |
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension.
|
inline |
|
virtual |
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension.
Definition at line 450 of file mucroom.cpp.
|
inline |
|
inlinevirtual |
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:
Implements StanzaExtension.
|
inline |
|
inline |
|
virtual |
Returns a Tag representation of the extension.
Implements StanzaExtension.
Definition at line 457 of file mucroom.cpp.