comparison libpurple/protocols/jabber/message.h @ 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 bc7fac8e2f79
children ad04d94e6ddf
comparison
equal deleted inserted replaced
26841:6faa5d5b4f44 26842:f67f24008334
76 int jabber_message_send_im(PurpleConnection *gc, const char *who, const char *msg, 76 int jabber_message_send_im(PurpleConnection *gc, const char *who, const char *msg,
77 PurpleMessageFlags flags); 77 PurpleMessageFlags flags);
78 int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags); 78 int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
79 79
80 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state); 80 unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state);
81 void jabber_message_conv_closed(JabberStream *js, const char *who);
82 81
83 gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *namespace); 82 gboolean jabber_buzz_isenabled(JabberStream *js, const gchar *namespace);
84 83
85 gboolean jabber_custom_smileys_isenabled(JabberStream *js, const const gchar *namespace); 84 gboolean jabber_custom_smileys_isenabled(JabberStream *js, const const gchar *namespace);
86 85