14 #ifndef FEATURESASL_H__
15 #define FEATURESASL_H__
18 #include "streamfeature.h"
20 #include <gloox/jid.h>
30 class AuthenticationHandler;
53 virtual const std::string& filterString()
const;
56 virtual gloox::Tag* tag(
int state,
const std::string& domain );
65 virtual void handleTag( gloox::Tag* tag );
68 void decodeSASLPLAIN(
const std::string& cdata );
79 AuthenticationHandler* m_authHandler;
85 #endif // FEATURESASL_H__