aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppSaslAuth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/QXmppSaslAuth.h b/src/base/QXmppSaslAuth.h
index 713095f8..3beb44d3 100644
--- a/src/base/QXmppSaslAuth.h
+++ b/src/base/QXmppSaslAuth.h
@@ -73,6 +73,9 @@ private:
QXmppSaslClientPrivate *d;
};
+/// The QXmppServerClient class is the base class for all SASL server
+/// authentication methods.
+
class QXMPP_EXPORT QXmppSaslServer : public QXmppLoggable
{
public: