diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 10:47:20 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 10:47:20 +0000 |
| commit | 1190f3c77074cb9236ca05762b891843d0a09de3 (patch) | |
| tree | afe9e9a8335f83cb24a293619abe519c5306795e /source/QXmppStream.h | |
| parent | 59fa2fe885e59760b9d4fb3f4868ef76c3efa609 (diff) | |
| download | qxmpp-1190f3c77074cb9236ca05762b891843d0a09de3.tar.gz | |
clarify StartTls code
Diffstat (limited to 'source/QXmppStream.h')
| -rw-r--r-- | source/QXmppStream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h index 586554b9..9e7a2c4a 100644 --- a/source/QXmppStream.h +++ b/source/QXmppStream.h @@ -170,7 +170,6 @@ private: void parser(const QByteArray&); void sendStartStream(); void sendEndStream(); - void sendStartTls(); void sendNonSASLAuth(bool); void sendNonSASLAuthQuery( const QString &to ); void sendAuthDigestMD5ResponseStep1(const QString& challenge); |
