From e67dde48ea79197906c76247c023bb5e646eb2eb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 23 Aug 2010 07:23:40 +0000 Subject: add code documentation for incoming client stream --- src/QXmppIncomingClient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/QXmppIncomingClient.h') diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index a09fcf5f..ca8af0e4 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -30,12 +30,14 @@ class QXmppIncomingClientPrivate; /// Interface for password checkers. /// -/// FIXME : make this an abstract class class QXmppPasswordChecker { public: + /// Checks that the given credentials are valid. virtual bool check(const QString &username, const QString &password) = 0; + + /// Retrieves the password for the given username. virtual bool get(const QString &username, QString &password) = 0; }; -- cgit v1.2.3