diff src/protocols/jabber/roster.c @ 10941:cef48e318125

[gaim-migrate @ 12731] sick of having my tree be so far out of sync...here's all my jabber stuff most notable is the "iChat" buddy icon support committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 26 May 2005 04:13:06 +0000
parents de26e6e198a4
children 980c877bd238
line wrap: on
line diff
--- a/src/protocols/jabber/roster.c	Thu May 26 03:54:25 2005 +0000
+++ b/src/protocols/jabber/roster.c	Thu May 26 04:13:06 2005 +0000
@@ -170,6 +170,9 @@
 				jb->subscription = JABBER_SUB_BOTH;
 			else if(!strcmp(subscription, "remove"))
 				jb->subscription = JABBER_SUB_REMOVE;
+			/* XXX: if subscription is now "from" or "none" we need to
+			 * fake a signoff, since we won't get any presence from them
+			 * anymore */
 		}
 
 		if(ask && !strcmp(ask, "subscribe"))