adium/adium

Parents 2fe87f308f9c
Children 7a4731a5e936
I moved these #warnings into ticket #16403 since there's nothing we can do about them right now.
--- a/Plugins/Purple Service/ESPurpleGaduGaduAccount.m Fri Jun 07 13:31:09 2013 -0400
+++ b/Plugins/Purple Service/ESPurpleGaduGaduAccount.m Fri Jun 07 18:01:06 2013 -0400
@@ -51,7 +51,7 @@
- (void)uploadContactListToServer
{
-#warning Temporarily disable contact list sync with servers
+ //XXX: need to update libpurple. see #16403
return;
char *buddylist = ggp_buddylist_dump(account);
@@ -90,7 +90,7 @@
- (void)downloadContactListFromServer
{
-#warning Temporarily disable contact list sync with servers
+ //XXX: need to update libpurple. see #16403
return;
// If we're connected and have no buddies, request 'em from the server.