aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2011-02-23 14:25:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-25 17:25:01 +0800
commit667cae90a298a8f9a0004431fd3ce494b3c15f26 (patch)
tree740795605e38f79a2ae2ce4997bd38f02199cc58 /libempathy-gtk/empathy-chat.h
parent9a5d1c52d41aab250ca5bfff3373b11d876bdf1f (diff)
downloadgsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar.gz
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar.bz2
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar.lz
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar.xz
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.tar.zst
gsoc2013-empathy-667cae90a298a8f9a0004431fd3ce494b3c15f26.zip
Implementation of /PART command for MUCs
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604348
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r--libempathy-gtk/empathy-chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h
index 01b7a737b..77122f7c8 100644
--- a/libempathy-gtk/empathy-chat.h
+++ b/libempathy-gtk/empathy-chat.h
@@ -83,6 +83,9 @@ void empathy_chat_correct_word (EmpathyChat *chat,
GtkTextIter *start,
GtkTextIter *end,
const gchar *new_word);
+void empathy_chat_join_muc (EmpathyChat *chat,
+ const gchar *room);
+void empathy_chat_leave_chat (EmpathyChat *chat);
gboolean empathy_chat_is_room (EmpathyChat *chat);
void empathy_chat_set_show_contacts (EmpathyChat *chat,
gboolean show);