aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppSaslAuth_p.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 17:25:41 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 17:25:41 +0200
commitdb4fe78387247ff039602030d964e4c0d6e39f46 (patch)
tree8e9ba8cd5e380c813376f6878b9593e84dff61b7 /src/base/QXmppSaslAuth_p.h
parent1e24a0feab544db99f19e55eb81c836f62c4585f (diff)
downloadqxmpp-db4fe78387247ff039602030d964e4c0d6e39f46.tar.gz
fix tests
Diffstat (limited to 'src/base/QXmppSaslAuth_p.h')
-rw-r--r--src/base/QXmppSaslAuth_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppSaslAuth_p.h b/src/base/QXmppSaslAuth_p.h
index ace6b29f..783e8b9b 100644
--- a/src/base/QXmppSaslAuth_p.h
+++ b/src/base/QXmppSaslAuth_p.h
@@ -44,6 +44,8 @@
class QXmppSaslDigestMd5
{
public:
+ static void setNonce(const QByteArray &nonce);
+
// message parsing and serialization
static QMap<QByteArray, QByteArray> parseMessage(const QByteArray &ba);
static QByteArray serializeMessage(const QMap<QByteArray, QByteArray> &map);