libpurple/protocols/jabber/jabber.h

branch
soc.2007.xmpp
changeset 17816
1b7362b4a7a2
parent 17815
232d57a6b6df
child 17817
8e0f271aab78
equal deleted inserted replaced
17815:232d57a6b6df 17816:1b7362b4a7a2
39 */ 39 */
40 JABBER_CAP_GMAIL_NOTIFY = 1 << 9, 40 JABBER_CAP_GMAIL_NOTIFY = 1 << 9,
41 JABBER_CAP_GOOGLE_ROSTER = 1 << 10, 41 JABBER_CAP_GOOGLE_ROSTER = 1 << 10,
42 42
43 JABBER_CAP_PING = 1 << 11, 43 JABBER_CAP_PING = 1 << 11,
44 JABBER_CAP_ADHOC = 1 << 12,
44 45
45 JABBER_CAP_RETRIEVED = 1 << 31 46 JABBER_CAP_RETRIEVED = 1 << 31
46 } JabberCapabilities; 47 } JabberCapabilities;
47 48
48 typedef struct _JabberStream JabberStream; 49 typedef struct _JabberStream JabberStream;

mercurial