aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppUtils.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 12:01:32 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 12:01:32 +0000
commit1f3472f71ae867d9fc5e5482a355f12465c23ece (patch)
treead92ea206b084c9c2cbf5280596d6841b2c9a591 /src/QXmppUtils.h
parent89f37db10a84a9c74a9cdf44839316c166b8b460 (diff)
downloadqxmpp-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.h3
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);