diff src/protocols/jabber/jabber.c @ 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 1b8261f374ea
children 38df71d58500
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Thu Jan 01 18:20:01 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Jan 02 06:16:44 2004 +0000
@@ -1134,7 +1134,8 @@
 	jabber_normalize,
 	NULL, /* set_buddy_icon */
 	NULL, /* remove_group */
-	jabber_chat_buddy_real_name
+	jabber_chat_buddy_real_name,
+	jabber_chat_set_topic
 };
 
 static GaimPluginInfo info =