diff options
Diffstat (limited to 'tests/wocky-test-sasl-auth-server.h')
-rw-r--r-- | tests/wocky-test-sasl-auth-server.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/wocky-test-sasl-auth-server.h b/tests/wocky-test-sasl-auth-server.h index 72daa7c..b612f6f 100644 --- a/tests/wocky-test-sasl-auth-server.h +++ b/tests/wocky-test-sasl-auth-server.h @@ -25,6 +25,8 @@ #include <gio/gnio.h> +#include <wocky/wocky-xmpp-stanza.h> + G_BEGIN_DECLS typedef enum { @@ -66,10 +68,14 @@ GType test_sasl_auth_server_get_type (void); TestSaslAuthServerClass)) -TestSaslAuthServer * test_sasl_auth_server_new (GIOStream *stream, +void test_sasl_auth_server_start (GObject *obj); + +TestSaslAuthServer * test_sasl_auth_server_new (GObject *stream_or_wconn, gchar *mech, const gchar *user, const gchar *password, ServerProblem problem); +gint test_sasl_auth_server_set_mechs (GObject *obj, WockyXmppStanza *feat); + G_END_DECLS #endif /* #ifndef __TEST_SASL_AUTH_SERVER_H__*/ |