diff -r 2e90c77810f5 -r 7be011945a1b libpurple/protocols/jabber/message.h --- a/libpurple/protocols/jabber/message.h Tue Jun 05 16:31:20 2007 +0000 +++ b/libpurple/protocols/jabber/message.h Wed Jun 06 00:01:15 2007 +0000 @@ -35,6 +35,7 @@ JABBER_MESSAGE_HEADLINE, JABBER_MESSAGE_ERROR, JABBER_MESSAGE_GROUPCHAT_INVITE, + JABBER_MESSAGE_EVENT, JABBER_MESSAGE_OTHER } type; time_t sent; @@ -61,6 +62,7 @@ JM_STATE_GONE } chat_state; GList *etc; + GList *eventitems; } JabberMessage; void jabber_message_free(JabberMessage *jm);