diff options
author | Ruslan N. Marchenko <me@ruff.mobi> | 2020-11-25 22:37:48 +0100 |
---|---|---|
committer | Ruslan N. Marchenko <me@ruff.mobi> | 2020-11-26 23:05:04 +0100 |
commit | f35be864471bba3e9ba98f82dd6e1805ea902db8 (patch) | |
tree | b18c1cd904a9d3fe589671d1a407463a853d55a1 /tests/wocky-test-sasl-auth-server.h | |
parent | bc786634c6163ad5ad265fbd3045477cbc22141a (diff) |
Make SCRAM tests independent from SASL2 availability and features
Diffstat (limited to 'tests/wocky-test-sasl-auth-server.h')
-rw-r--r-- | tests/wocky-test-sasl-auth-server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wocky-test-sasl-auth-server.h b/tests/wocky-test-sasl-auth-server.h index 0c89c6f..2fe8007 100644 --- a/tests/wocky-test-sasl-auth-server.h +++ b/tests/wocky-test-sasl-auth-server.h @@ -101,7 +101,8 @@ TestSaslAuthServer * test_sasl_auth_server_new (GIOStream *stream, void test_sasl_auth_server_stop (TestSaslAuthServer *self); -gint test_sasl_auth_server_set_mechs (GObject *obj, WockyStanza *feat); +gint test_sasl_auth_server_set_mechs (GObject *obj, WockyStanza *feat, + const gchar *must); G_END_DECLS |