adium-1.4 3510:c1efbc00096f: Use the devId from the AIR version ...
commits at adium.im
commits at adium.im
Sun Jun 12 09:38:04 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/c1efbc00096f
revision: 3510:c1efbc00096f
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.
diffs (16 lines):
diff -r 70e0ea270c45 -r c1efbc00096f Plugins/Purple Service/adiumPurpleCore.m
--- a/Plugins/Purple Service/adiumPurpleCore.m Sat Jun 11 15:18:08 2011 +0200
+++ b/Plugins/Purple Service/adiumPurpleCore.m Sun Jun 12 11:37:21 2011 +0200
@@ -268,7 +268,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