From e427a07d55dbaff1cf4008e4cefadc3c2a16d985 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 29 Aug 2010 12:14:07 +0000 Subject: move remaining SASL code out of QXmppUtils --- src/QXmppUtils.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/QXmppUtils.h') diff --git a/src/QXmppUtils.h b/src/QXmppUtils.h index cc5e1cbf..fce000b9 100644 --- a/src/QXmppUtils.h +++ b/src/QXmppUtils.h @@ -26,8 +26,6 @@ #ifndef QXMPPUTILS_H #define QXMPPUTILS_H -#include - // forward declarations of QXmlStream* classes will not work on Mac, we need to // include the whole header. // See http://lists.trolltech.com/qt-interest/2008-07/thread00798-0.html @@ -66,8 +64,4 @@ void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name, QString escapeString(const QString& str); QString unescapeString(const QString& str); -// Digest MD5 authentication -QMap parseDigestMd5(const QByteArray &ba); -QByteArray serializeDigestMd5(const QMap &map); - #endif // QXMPPUTILS_H -- cgit v1.2.3