diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 10:22:26 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-09 10:22:26 +0000 |
| commit | 59fa2fe885e59760b9d4fb3f4868ef76c3efa609 (patch) | |
| tree | 994cf2a86b0913379d3297a200653d5e51c06bf1 /source/QXmppStream.h | |
| parent | 9873e811b297c49a988891f7b6928d8381d5ae59 (diff) | |
| download | qxmpp-59fa2fe885e59760b9d4fb3f4868ef76c3efa609.tar.gz | |
inline sendAuthPlain and sendAuthMd5, they don't really help readability
Diffstat (limited to 'source/QXmppStream.h')
| -rw-r--r-- | source/QXmppStream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h index 419bcb1c..586554b9 100644 --- a/source/QXmppStream.h +++ b/source/QXmppStream.h @@ -173,8 +173,6 @@ private: void sendStartTls(); void sendNonSASLAuth(bool); void sendNonSASLAuthQuery( const QString &to ); - void sendAuthPlain(); - void sendAuthDigestMD5(); void sendAuthDigestMD5ResponseStep1(const QString& challenge); void sendAuthDigestMD5ResponseStep2(); void sendBindIQ(); |
