summaryrefslogtreecommitdiff
path: root/src/text-helper.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 09:11:29 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 09:11:37 +0100
commit27e730bbd087abbc79452eb071fa51c5ed07c863 (patch)
tree14384ce89342f93d19a4d4a6239e73aaf940d15e /src/text-helper.c
parent3342b364c9678d063e9287a411f6b46336a9f988 (diff)
downloadtelepathy-salut-27e730bbd087abbc79452eb071fa51c5ed07c863.tar.gz
stop using gibber-namespaces.h
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/text-helper.c')
-rw-r--r--src/text-helper.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/text-helper.c b/src/text-helper.c
index 709160a5..460e8b63 100644
--- a/src/text-helper.c
+++ b/src/text-helper.c
@@ -30,12 +30,12 @@
#include <string.h>
#include <time.h>
-#include <gibber/gibber-namespaces.h>
+#include <wocky/wocky-namespaces.h>
+#include <wocky/wocky-namespaces.h>
#include <telepathy-glib/dbus.h>
#include <telepathy-glib/errors.h>
#include <telepathy-glib/message-mixin.h>
-#include <wocky/wocky-namespaces.h>
#define DEBUG_FLAG DEBUG_IM
#include "debug.h"
@@ -54,9 +54,9 @@ add_text (WockyStanza *stanza, const gchar *text)
/* Add plain xhtml-im node */
htmlnode = wocky_node_add_child_ns (node, "html",
- GIBBER_XMPP_NS_XHTML_IM);
+ WOCKY_XMPP_NS_XHTML_IM);
wocky_node_add_child_with_content_ns (htmlnode, "body", text,
- GIBBER_W3C_NS_XHTML);
+ WOCKY_W3C_NS_XHTML);
}
static WockyStanza *
@@ -182,7 +182,7 @@ text_helper_parse_incoming_message (WockyStanza *stanza,
type = wocky_node_get_attribute (top_node, "type");
/* Work around iChats strange way of doing typing notification */
event = wocky_node_get_child_ns (top_node, "x",
- GIBBER_XMPP_NS_EVENT);
+ WOCKY_XMPP_NS_EVENT);
if (event != NULL)
{