From 1c21da4e6f2958f9c85daf8efb082cd3bab287f3 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 12 Aug 2010 08:59:23 +0000 Subject: rework non-sasl auth --- src/QXmppStream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/QXmppStream.h') diff --git a/src/QXmppStream.h b/src/QXmppStream.h index 5c950c69..3e06bb1b 100644 --- a/src/QXmppStream.h +++ b/src/QXmppStream.h @@ -152,8 +152,8 @@ private: void parser(const QByteArray&); void sendStartStream(); void sendEndStream(); - void sendNonSASLAuth(bool); - void sendNonSASLAuthQuery( const QString &to ); + void sendNonSASLAuth(bool plaintext); + void sendNonSASLAuthQuery(); void sendAuthDigestMD5ResponseStep1(const QString& challenge); void sendAuthDigestMD5ResponseStep2(); void sendBindIQ(); -- cgit v1.2.3