diff src/protocols/jabber/buddy.h @ 7395:b250288fa948

[gaim-migrate @ 7990] this would be the non-working start of file transfer (the real way) for jabber also approximately eleventy billion jabber tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 02:43:58 +0000
parents 6c8706109f92
children 22b3974dc1af
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.h	Fri Oct 31 01:38:46 2003 +0000
+++ b/src/protocols/jabber/buddy.h	Fri Oct 31 02:43:58 2003 +0000
@@ -48,8 +48,11 @@
 	int state;
 	char *status;
 	enum {
-		JABBER_CAP_XHTML     = 1 << 1,
-		JABBER_CAP_COMPOSING = 1 << 2
+		JABBER_CAP_XHTML        = 1 << 1,
+		JABBER_CAP_COMPOSING    = 1 << 2,
+		JABBER_CAP_SI           = 1 << 3,
+		JABBER_CAP_SI_FILE_XFER = 1 << 4,
+		JABBER_CAP_BYTESTREAMS  = 1 << 5
 	} capabilities;
 } JabberBuddyResource;