From 1f3472f71ae867d9fc5e5482a355f12465c23ece Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 29 Aug 2010 12:01:32 +0000 Subject: fix SASL authentication : - on the client side, check the second challenge we receive - on the server side, send second challenge --- src/QXmppUtils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/QXmppUtils.h') 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 parseDigestMd5(const QByteArray &ba); QByteArray serializeDigestMd5(const QMap &map); -- cgit v1.2.3