diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-13 16:23:20 +0100 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-04-20 12:08:36 +0100 |
commit | 3d6c227b84555e16a0fafea4839ef7debda1299e (patch) | |
tree | 384c413f94b14465237d50dcf51df782fd558610 /tests/wocky-test-sasl-auth-server.h | |
parent | 9c489c118b7aa339d9a08cd7e749b486c412650c (diff) |
Rename WockyXmppStanza to WockyStanza
Diffstat (limited to 'tests/wocky-test-sasl-auth-server.h')
-rw-r--r-- | tests/wocky-test-sasl-auth-server.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wocky-test-sasl-auth-server.h b/tests/wocky-test-sasl-auth-server.h index 716b2e4..86e506a 100644 --- a/tests/wocky-test-sasl-auth-server.h +++ b/tests/wocky-test-sasl-auth-server.h @@ -25,7 +25,7 @@ #include <gio/gio.h> -#include <wocky/wocky-xmpp-stanza.h> +#include <wocky/wocky-stanza.h> #include <wocky/wocky-xmpp-connection.h> G_BEGIN_DECLS @@ -82,7 +82,7 @@ GType test_sasl_auth_server_get_type (void); void test_sasl_auth_server_auth_async (GObject *obj, WockyXmppConnection *conn, - WockyXmppStanza *auth, + WockyStanza *auth, GAsyncReadyCallback cb, GCancellable *cancellable, gpointer data); @@ -97,7 +97,7 @@ TestSaslAuthServer * test_sasl_auth_server_new (GIOStream *stream, gchar *mech, const gchar *user, const gchar *password, const gchar *servername, ServerProblem problem, gboolean start); -gint test_sasl_auth_server_set_mechs (GObject *obj, WockyXmppStanza *feat); +gint test_sasl_auth_server_set_mechs (GObject *obj, WockyStanza *feat); G_END_DECLS |