summaryrefslogtreecommitdiff
path: root/src/muc-channel.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/muc-channel.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/muc-channel.c')
-rw-r--r--src/muc-channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 1f20e10d..b8b0fbb3 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -33,8 +33,7 @@
#include "muc-channel.h"
-#include <gibber/gibber-namespaces.h>
-#include <gibber/gibber-transport.h>
+#include <wocky/wocky-namespaces.h>
#include <telepathy-glib/channel-iface.h>
#include <telepathy-glib/interfaces.h>
@@ -44,6 +43,7 @@
#include <telepathy-glib/util.h>
#include <gibber/gibber-muc-connection.h>
+#include <gibber/gibber-transport.h>
#include "connection.h"
#include "contact-manager.h"
@@ -484,7 +484,7 @@ create_invitation (SalutMucChannel *self, SalutContact *contact,
')',
'(', "invite",
'*', &invite_node,
- ':', GIBBER_TELEPATHY_NS_CLIQUE,
+ ':', WOCKY_TELEPATHY_NS_CLIQUE,
'(', "roomname",
'$', tp_handle_inspect (room_repo, priv->handle),
')',
@@ -1135,7 +1135,7 @@ salut_muc_channel_received_stanza (GibberMucConnection *conn,
#endif
tubes_node = wocky_node_get_child_ns (node, "tubes",
- GIBBER_TELEPATHY_NS_TUBES);
+ WOCKY_TELEPATHY_NS_TUBES);
if (tubes_node != NULL)
{
SalutTubesChannel *tubes_chan;