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

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 |
You should not need to use this class directly.
Definition at line 201 of file mucroom.h.
|
||||||||||||||||||||
|
Constructor.
Definition at line 298 of file mucroom.cpp. |
|
|
Constructs a new MUCUser object from the given Tag.
Definition at line 309 of file mucroom.cpp. |
|
|
Virtual destructor. Definition at line 415 of file mucroom.cpp. |
|
|
Returns the user's current room affiliation.
|
|
|
Returns an alternate venue, if set.
|
|
|
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension. |
|
|
Whether or not the 'continue' flag is set.
|
|
|
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. |
|
|
Returns the current room flags.
|
|
|
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 the current operation.
|
|
|
Returns the user's current room role.
|
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 457 of file mucroom.cpp. |
1.4.1