diff libpurple/protocols/jabber/chat.h @ 23105:591ef3693345

As discussed on the devel list, purple_serv_got_join_chat_failed() and the "chat-join-failed" signal now accept and pass (respectively) a GHashTable instead of a string. The GHashTable is the same one which was passed to serv_join_chat() originally.
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 30 Apr 2008 06:29:16 +0000
parents 44b4e8bd759b
children 5793bcea224c
line wrap: on
line diff
--- a/libpurple/protocols/jabber/chat.h	Wed Apr 30 05:56:53 2008 +0000
+++ b/libpurple/protocols/jabber/chat.h	Wed Apr 30 06:29:16 2008 +0000
@@ -41,6 +41,7 @@
 	char *room;
 	char *server;
 	char *handle;
+	GHashTable *components;
 	int id;
 	PurpleConversation *conv;
 	gboolean muc;