diff libpurple/protocols/jabber/jabber.c @ 26842: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 6faa5d5b4f44
children 966d2f2f86c8
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Thu Apr 30 04:59:11 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Thu Apr 30 12:13:21 2009 +0000
@@ -2321,8 +2321,6 @@
 			g_free(jbr->thread_id);
 			jbr->thread_id = NULL;
 		}
-		if(jbr->chat_states == JABBER_CHAT_STATES_SUPPORTED)
-			jabber_message_conv_closed(js, who);
 	}
 
 	jabber_id_free(jid);