diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-12 08:59:23 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-12 08:59:23 +0000 |
| commit | 1c21da4e6f2958f9c85daf8efb082cd3bab287f3 (patch) | |
| tree | 7410a9af757712129f6667282cf9eabfd94bc391 /src/QXmppStream.h | |
| parent | 37224e2eb0ba965ea6a3ffbf834209d7b9016a44 (diff) | |
| download | qxmpp-1c21da4e6f2958f9c85daf8efb082cd3bab287f3.tar.gz | |
rework non-sasl auth
Diffstat (limited to 'src/QXmppStream.h')
| -rw-r--r-- | src/QXmppStream.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
