diff src/protocols/jabber/message.h @ 7971:6fca0d9cc98b

[gaim-migrate @ 8648] this particular work of art is topic changing support for jabber, and support for setting the topic by just changing the text in the chat window. hopefully someone less lazy than I will implement the right function for IRC, and any other chats that do topics. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 02 Jan 2004 06:16:44 +0000
parents 0e4894b3e2a6
children 0383e55cd658
line wrap: on
line diff
--- a/src/protocols/jabber/message.h	Thu Jan 01 18:20:01 2004 +0000
+++ b/src/protocols/jabber/message.h	Fri Jan 02 06:16:44 2004 +0000
@@ -50,6 +50,9 @@
 	GList *etc;
 } JabberMessage;
 
+void jabber_message_free(JabberMessage *jm);
+
+void jabber_message_send(JabberMessage *jm);
 
 void jabber_message_parse(JabberStream *js, xmlnode *packet);
 int jabber_message_send_im(GaimConnection *gc, const char *who, const char *msg,
@@ -58,4 +61,5 @@
 
 int jabber_send_typing(GaimConnection *gc, const char *who, int typing);
 
+
 #endif /* _GAIM_JABBER_MESSAGE_H_ */