aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-05 14:59:18 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-05 14:59:18 +0200
commit49d30871e8a605bea9679353afd9a6fb6a877664 (patch)
tree102eb880ac7294846f373a628d2c4afed705910f /tests/sasl.h
parent77782aecceb4ea7885d50f61afb8b2cae554960b (diff)
downloadqxmpp-49d30871e8a605bea9679353afd9a6fb6a877664.tar.gz
add tests for X-MESSENGER-OAUTH2 auth method
Diffstat (limited to 'tests/sasl.h')
-rw-r--r--tests/sasl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sasl.h b/tests/sasl.h
index 7b5dd221..69288b01 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -51,6 +51,7 @@ private slots:
void testDigestMd5_data();
void testFacebook();
void testPlain();
+ void testWindowsLive();
};
class tst_QXmppSaslServer : public QObject