--- a/libpurple/protocols/jabber/jabber.h Wed Jun 06 00:01:15 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.h Wed Jun 06 00:04:29 2007 +0000 @@ -57,6 +57,8 @@ JABBER_CAP_GMAIL_NOTIFY = 1 << 9, JABBER_CAP_GOOGLE_ROSTER = 1 << 10, + JABBER_CAP_PING = 1 << 11, + JABBER_CAP_RETRIEVED = 1 << 31 } JabberCapabilities;