summaryrefslogtreecommitdiff
path: root/src/muc-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/muc-channel.h')
-rw-r--r--src/muc-channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/muc-channel.h b/src/muc-channel.h
index 3bb01f04..79787af4 100644
--- a/src/muc-channel.h
+++ b/src/muc-channel.h
@@ -30,6 +30,7 @@
#include <gibber/gibber-muc-connection.h>
#include "connection.h"
+#include "tube-iface.h"
G_BEGIN_DECLS
@@ -89,6 +90,9 @@ gboolean salut_muc_channel_publish_service (SalutMucChannel *self);
gboolean salut_muc_channel_add_member (GObject *iface, TpHandle handle,
const gchar *message, GError **error);
+SalutTubeIface * salut_muc_channel_tube_request (SalutMucChannel *self,
+ GHashTable *request_properties);
+
G_END_DECLS
#endif /* #ifndef __SALUT_MUC_CHANNEL_H__*/