aboutsummaryrefslogtreecommitdiff
path: root/tests/sasl.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 18:02:32 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 18:02:32 +0200
commit1b653eb9e6212678297281f5bca43bcd0b1a00fb (patch)
tree88033357f290e498f1028d3f194141d99812efcc /tests/sasl.h
parent51eef84fd4104f19228ebd85fce89658b64464a2 (diff)
downloadqxmpp-1b653eb9e6212678297281f5bca43bcd0b1a00fb.tar.gz
add support for two-step PLAIN SASL
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 05c03ca5..0d2db34e 100644
--- a/tests/sasl.h
+++ b/tests/sasl.h
@@ -54,5 +54,6 @@ private slots:
void testAnonymous();
void testDigestMd5();
void testPlain();
+ void testPlainChallenge();
};