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/QXmppOutgoingClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QXmppOutgoingClient.h') 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(); -- cgit v1.2.3