summaryrefslogtreecommitdiff
path: root/src/bytestream-ibb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytestream-ibb.h')
-rw-r--r--src/bytestream-ibb.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/bytestream-ibb.h b/src/bytestream-ibb.h
index 5357fa635..fa1af3a2e 100644
--- a/src/bytestream-ibb.h
+++ b/src/bytestream-ibb.h
@@ -21,12 +21,9 @@
#define __GABBLE_BYTESTREAM_IBB_H__
#include <glib-object.h>
-#include <loudmouth/loudmouth.h>
-
+#include <wocky/wocky.h>
#include <telepathy-glib/base-connection.h>
-#include "error.h"
-
G_BEGIN_DECLS
typedef struct _GabbleBytestreamIBB GabbleBytestreamIBB;
@@ -63,10 +60,10 @@ GType gabble_bytestream_ibb_get_type (void);
GabbleBytestreamIBBClass))
void gabble_bytestream_ibb_receive (GabbleBytestreamIBB *ibb,
- LmMessage *msg, gboolean is_iq);
+ WockyStanza *msg, gboolean is_iq);
void gabble_bytestream_ibb_close_received (GabbleBytestreamIBB *ibb,
- LmMessage *iq);
+ WockyStanza *iq);
G_END_DECLS