gloox
1.1-svn
|
#include <mucinvite.h>
Public Member Functions | |
MUCInvite (const Tag *tag=0) | |
MUCInvite (const JID &room, const std::string &password=EmptyString) | |
virtual | ~MUCInvite () |
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 () |
int | extensionType () const |
This is an implementation of XEP-0249 (Direct MUC Invitations) as a StanzaExtension.
XEP Version: 0.1
Definition at line 37 of file mucinvite.h.
Constructs a new object from the given Tag.
tag | The Tag to parse. |
Definition at line 23 of file mucinvite.cpp.
MUCInvite | ( | const JID & | room, |
const std::string & | password = EmptyString |
||
) |
Constructs a new object with the given namespace and priority.
room | The bare JID of the room to invite to. |
password | An optional password for the room. |
Definition at line 33 of file mucinvite.cpp.
|
virtual |
Virtual Destructor.
Definition at line 38 of file mucinvite.cpp.
|
inlinevirtual |
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension.
Definition at line 72 of file mucinvite.h.
|
virtual |
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension.
Definition at line 42 of file mucinvite.cpp.
|
inlinevirtual |
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:
Implements StanzaExtension.
Definition at line 63 of file mucinvite.h.
|
virtual |
Returns a Tag representation of the extension.
Implements StanzaExtension.
Definition at line 48 of file mucinvite.cpp.