diff libpurple/protocols/jabber/message.h @ 15647:193456f03b9c

Sending XEP 85 'gone' messages
author Sean Egan <seanegan@gmail.com>
date Fri, 16 Feb 2007 00:40:35 +0000
parents 5fe8042783c1
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Thu Feb 15 23:25:50 2007 +0000
+++ b/libpurple/protocols/jabber/message.h	Fri Feb 16 00:40:35 2007 +0000
@@ -22,6 +22,7 @@
 #ifndef _GAIM_JABBER_MESSAGE_H_
 #define _GAIM_JABBER_MESSAGE_H_
 
+#include "buddy.h"
 #include "jabber.h"
 #include "xmlnode.h"
 
@@ -72,6 +73,6 @@
 int jabber_message_send_chat(GaimConnection *gc, int id, const char *message, GaimMessageFlags flags);
 
 unsigned int jabber_send_typing(GaimConnection *gc, const char *who, GaimTypingState state);
-
+void jabber_message_conv_closed(JabberStream *js, const char *who);
 
 #endif /* _GAIM_JABBER_MESSAGE_H_ */