diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-29 12:01:32 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-29 12:01:32 +0000 |
| commit | 1f3472f71ae867d9fc5e5482a355f12465c23ece (patch) | |
| tree | ad92ea206b084c9c2cbf5280596d6841b2c9a591 /src/QXmppUtils.h | |
| parent | 89f37db10a84a9c74a9cdf44839316c166b8b460 (diff) | |
| download | qxmpp-1f3472f71ae867d9fc5e5482a355f12465c23ece.tar.gz | |
fix SASL authentication :
- on the client side, check the second challenge we receive
- on the server side, send second challenge
Diffstat (limited to 'src/QXmppUtils.h')
| -rw-r--r-- | src/QXmppUtils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/QXmppUtils.h b/src/QXmppUtils.h index 46e53f5b..cc5e1cbf 100644 --- a/src/QXmppUtils.h +++ b/src/QXmppUtils.h @@ -67,9 +67,6 @@ QString escapeString(const QString& str); QString unescapeString(const QString& str); // Digest MD5 authentication -QByteArray calculateDigestMd5(const QByteArray &a1, - const QByteArray &nonce, const QByteArray &nc, const QByteArray &cnonce, - const QByteArray &digest_uri, const QByteArray &authzid); QMap<QByteArray, QByteArray> parseDigestMd5(const QByteArray &ba); QByteArray serializeDigestMd5(const QMap<QByteArray, QByteArray> &map); |
