gloox 1.0
Public Member Functions

MUCRoom::MUCUser Class Reference

An abstraction of a MUC user query. More...

#include <mucroom.h>

Inheritance diagram for MUCRoom::MUCUser:
Inheritance graph
[legend]

List of all members.

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 StanzaExtensionnewInstance (const Tag *tag) const
virtual Tagtag () const
virtual StanzaExtensionclone () const

Detailed Description

An abstraction of a MUC user query.

You should not need to use this class directly.

Author:
Jakob Schroeter <js@camaya.net>
Since:
1.0

Definition at line 201 of file mucroom.h.


Constructor & Destructor Documentation

MUCUser ( MUCUserOperation  operation,
const std::string &  to,
const std::string &  reason,
const std::string &  thread = EmptyString 
)

Constructor.

Parameters:
operationAn operation to perform.
toThe recipient.
reasonThe reason for the operation.
threadIf 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.

MUCUser ( const Tag tag = 0)

Constructs a new MUCUser object from the given Tag.

Parameters:
tagThe Tag to parse.

Definition at line 309 of file mucroom.cpp.

~MUCUser ( ) [virtual]

Virtual destructor.

Definition at line 415 of file mucroom.cpp.


Member Function Documentation

MUCRoomAffiliation affiliation ( ) const [inline]

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.

virtual StanzaExtension* clone ( ) const [inline, virtual]

Returns an identical copy of the current StanzaExtension.

Returns:
An identical copy of the current StanzaExtension.

Implements StanzaExtension.

Definition at line 306 of file mucroom.h.

bool continued ( ) const [inline]

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.

int flags ( ) const [inline]

Returns the current room flags.

Returns:
The current room flags.

Definition at line 231 of file mucroom.h.

virtual StanzaExtension* newInstance ( const Tag tag) const [inline, virtual]

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 );
 }
Returns:
The derived extension's new instance.

Implements StanzaExtension.

Definition at line 297 of file mucroom.h.

MUCUserOperation operation ( ) const [inline]

Returns the current operation.

Returns:
The current operation.

Definition at line 291 of file mucroom.h.

MUCRoomRole role ( ) const [inline]

Returns the user's current room role.

Returns:
The user's current room role.

Definition at line 243 of file mucroom.h.

Tag * tag ( ) const [virtual]

Returns a Tag representation of the extension.

Returns:
A Tag representation of the extension.

Implements StanzaExtension.

Definition at line 457 of file mucroom.cpp.


The documentation for this class was generated from the following files: