adium 3928:1c791dbfec39: Use the devId from the AIR version of I...

commits at adium.im commits at adium.im
Sun Jun 12 09:51:54 UTC 2011


details:	http://hg.adium.im/adium/rev/1c791dbfec39
revision:	3928:1c791dbfec39
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Sun Jun 12 11:37:21 2011 +0200

Use the devId from the AIR version of ICQ instead of the old one we had for both AIM and ICQ, which has stopped working for ICQ for unknown reasons.
(transplanted from c1efbc00096f37c708c4623c94aaabc359c2b02f)

diffs (16 lines):

diff -r fae324b23cd1 -r 1c791dbfec39 Plugins/Purple Service/adiumPurpleCore.m
--- a/Plugins/Purple Service/adiumPurpleCore.m	Fri Jun 10 10:25:49 2011 +0200
+++ b/Plugins/Purple Service/adiumPurpleCore.m	Sun Jun 12 11:37:21 2011 +0200
@@ -263,7 +263,11 @@
 		/* This is Adium's clientKey registered under Zachary West's account, fuark.
 		 * Key management occurs at: http://developer.aim.com/manageKeys.jsp */
 		g_hash_table_insert(ui_info, "prpl-aim-clientkey", "fu13Le5Ibonik3Sv");
-		g_hash_table_insert(ui_info, "prpl-icq-clientkey", "fu13Le5Ibonik3Sv");
+		
+		/* As our previous key doesn't work with ICQ anymore, and registering for a
+		 * new one requires signing an agreement which contradicts the GPL on various
+		 * points, we now use the key used by the offical AIR (Mac/Linux) client. */
+		g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ic1-IIcaJnnNV5xA");
 	}
 
 	return ui_info;




More information about the commits mailing list