summaryrefslogtreecommitdiff
path: root/src/text-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text-helper.h')
-rw-r--r--src/text-helper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/text-helper.h b/src/text-helper.h
index 0d900485..5d810c68 100644
--- a/src/text-helper.h
+++ b/src/text-helper.h
@@ -23,21 +23,21 @@
#include <telepathy-glib/enums.h>
#include <telepathy-glib/channel.h>
-#include <gibber/gibber-xmpp-stanza.h>
+#include <wocky/wocky-stanza.h>
/* Utility functions for the helper user */
gboolean
-text_helper_parse_incoming_message (GibberXmppStanza *stanza,
+text_helper_parse_incoming_message (WockyStanza *stanza,
const gchar **from, TpChannelTextMessageType *msgtype,
const gchar **body, const gchar **body_offset);
-GibberXmppStanza *
+WockyStanza *
text_helper_create_message (const gchar *from,
const gchar *to, TpChannelTextMessageType type,
const gchar *text, GError **error);
-GibberXmppStanza *
+WockyStanza *
text_helper_create_message_groupchat (const gchar *from, const gchar *to,
TpChannelTextMessageType type, const gchar *text, GError **error);