aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 10:22:26 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-09 10:22:26 +0000
commit59fa2fe885e59760b9d4fb3f4868ef76c3efa609 (patch)
tree994cf2a86b0913379d3297a200653d5e51c06bf1 /source/QXmppStream.h
parent9873e811b297c49a988891f7b6928d8381d5ae59 (diff)
downloadqxmpp-59fa2fe885e59760b9d4fb3f4868ef76c3efa609.tar.gz
inline sendAuthPlain and sendAuthMd5, they don't really help readability
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h2
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();