diff src/protocols/jabber/buddy.h @ 8194:22b3974dc1af

[gaim-migrate @ 8916] a bunch of tweaks to jabber roster handling, and a fix for a segfault when you delete the priority buddy in a contact committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 01 Feb 2004 01:06:10 +0000
parents b250288fa948
children ba12d8b12ab0
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.h	Sat Jan 31 22:30:29 2004 +0000
+++ b/src/protocols/jabber/buddy.h	Sun Feb 01 01:06:10 2004 +0000
@@ -37,7 +37,8 @@
 		JABBER_SUB_PENDING = 1 << 1,
 		JABBER_SUB_TO      = 1 << 2,
 		JABBER_SUB_FROM    = 1 << 3,
-		JABBER_SUB_BOTH    = (JABBER_SUB_TO | JABBER_SUB_FROM)
+		JABBER_SUB_BOTH    = (JABBER_SUB_TO | JABBER_SUB_FROM),
+		JABBER_SUB_REMOVE  = 1 << 4
 	} subscription;
 } JabberBuddy;