glooxd
0.3-svn
|
#include <featuresasl.h>
Public Member Functions | |
FeatureSASL (AuthenticationHandler *authHandler) | |
virtual | ~FeatureSASL () |
virtual const std::string & | filterString () const |
virtual gloox::Tag * | tag (int state, const std::string &domain) |
virtual StreamFeature * | newInstance () const |
Public Member Functions inherited from StreamFeature | |
StreamFeature () | |
virtual | ~StreamFeature () |
void | setParent (StreamBase *parent) |
FeatureSASL | ( | AuthenticationHandler * | authHandler | ) |
Constructor.
authHandler | An AuthenticationHandler that will perform authentication. |
Definition at line 26 of file featuresasl.cpp.
|
inlinevirtual |
virtual destructor.
Definition at line 50 of file featuresasl.h.
|
virtual |
Returns an XPath expression that describes the elements that are associated with this stream feature.
Implements StreamFeature.
Definition at line 31 of file featuresasl.cpp.
|
inlinevirtual |
Returns a new Instance of the derived type. It should be configured identically, but should not inherit any state. The simplest implementation for a derived class FooFeature looks like:
Implements StreamFeature.
Definition at line 59 of file featuresasl.h.
|
virtual |
Returns a Tag structire for inclusion in the stream features to send to the client. Features may depend on current stream state and the domain the client requested.
Implements StreamFeature.
Definition at line 37 of file featuresasl.cpp.