From 667cae90a298a8f9a0004431fd3ce494b3c15f26 Mon Sep 17 00:00:00 2001 From: Chandni Verma Date: Wed, 23 Feb 2011 11:55:25 +0530 Subject: Implementation of /PART command for MUCs Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604348 --- libempathy-gtk/empathy-chat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk/empathy-chat.h') 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); -- cgit v1.2.3