diff src/protocols/jabber/message.h @ 7145:0e4894b3e2a6

[gaim-migrate @ 7712] all sorts of fun jabber stuff including: 1. stop calling gaim_strdup_withhtml() with NULL values 2. real support for headline-type messages 3. fix a stupid presence bug when authorizing people 4. fix login default stuff so people can log in committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 04 Oct 2003 21:19:29 +0000
parents bf630f7dfdcd
children 6fca0d9cc98b
line wrap: on
line diff
--- a/src/protocols/jabber/message.h	Sat Oct 04 21:19:17 2003 +0000
+++ b/src/protocols/jabber/message.h	Sat Oct 04 21:19:29 2003 +0000
@@ -47,6 +47,7 @@
 	enum {
 		JABBER_MESSAGE_EVENT_COMPOSING = 1 << 1
 	} events;
+	GList *etc;
 } JabberMessage;