aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingClient.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/QXmppOutgoingClient.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/QXmppOutgoingClient.h')
-rw-r--r--src/QXmppOutgoingClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h
index 7371c307..5909962b 100644
--- a/src/QXmppOutgoingClient.h
+++ b/src/QXmppOutgoingClient.h
@@ -146,7 +146,7 @@ private slots:
private:
QXmppDiscoveryIq capabilities() const;
void sendAuthDigestMD5ResponseStep1(const QString& challenge);
- void sendAuthDigestMD5ResponseStep2();
+ void sendAuthDigestMD5ResponseStep2(const QString& challenge);
void sendNonSASLAuth(bool plaintext);
void sendNonSASLAuthQuery();