diff src/protocols/jabber/chat.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 e87e7d9d0132
children ac01b7d67ff9
line wrap: on
line diff
--- a/src/protocols/jabber/chat.h	Thu Jan 01 18:20:01 2004 +0000
+++ b/src/protocols/jabber/chat.h	Fri Jan 02 06:16:44 2004 +0000
@@ -53,6 +53,9 @@
 char *jabber_chat_buddy_real_name(GaimConnection *gc, int id, const char *who);
 void jabber_chat_request_room_configure(JabberChat *chat);
 void jabber_chat_create_instant_room(JabberChat *chat);
+void jabber_chat_register(JabberChat *chat);
+void jabber_chat_change_topic(JabberChat *chat, const char *topic);
+void jabber_chat_set_topic(GaimConnection *gc, int id, const char *topic);
 
 
 #endif /* _GAIM_JABBER_CHAT_H_ */