diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 07:50:11 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-26 07:50:11 +0000 |
| commit | 821ac0b4dbeccd98d4483efcafecd82efbd55d8f (patch) | |
| tree | 539886b8fb08ee65d3ccdff2ec110cabc6b3cee6 /src/QXmppIncomingClient.h | |
| parent | 7aefcf239b4534574cda290132175afc8d56189a (diff) | |
| download | qxmpp-821ac0b4dbeccd98d4483efcafecd82efbd55d8f.tar.gz | |
rework QXmppPasswordChecker
Diffstat (limited to 'src/QXmppIncomingClient.h')
| -rw-r--r-- | src/QXmppIncomingClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppIncomingClient.h b/src/QXmppIncomingClient.h index 25022d0c..532d0bc2 100644 --- a/src/QXmppIncomingClient.h +++ b/src/QXmppIncomingClient.h @@ -38,9 +38,9 @@ public: /// /// \param username /// \param password - virtual bool checkCredentials(const QString &username, const QString &password) = 0; + virtual bool checkPassword(const QString &username, const QString &password) = 0; virtual bool getPassword(const QString &username, QString &password); - virtual bool hasPasswords() const; + virtual bool hasGetPassword() const; }; /// \brief The QXmppIncomingClient class represents an incoming XMPP stream |
