diff libpurple/protocols/jabber/message.h @ 26760:f67f24008334

I was tired of most of us complaining about these things but never actually doing anything aobut it, so I decided to borrow zac's work. *** Plucked rev d4267261 (zacw@adiumx.com): Remove jabber_message_conv_closed and its caller so that we no longer send the "has left conversation" ("gone") notices.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 30 Apr 2009 12:13:21 +0000
parents bc7fac8e2f79
children ad04d94e6ddf
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Thu Apr 30 04:59:11 2009 +0000
+++ b/libpurple/protocols/jabber/message.h	Thu Apr 30 12:13:21 2009 +0000
@@ -78,7 +78,6 @@
 int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
 
 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state);
-void jabber_message_conv_closed(JabberStream *js, const char *who);
 
 gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *namespace);