diff -r 1b7362b4a7a2 -r 8e0f271aab78 libpurple/protocols/jabber/jabber.h --- a/libpurple/protocols/jabber/jabber.h Sat Jun 23 02:57:21 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.h Mon Jun 25 19:08:16 2007 +0000 @@ -158,6 +158,9 @@ /* does the local server support PEP? */ gboolean pep; + /* A list of JabberAdHocCommands supported by the server */ + GList *commands; + /* last presence update to check for differences */ JabberBuddyState old_state; char *old_msg;