adium 5952:395e617c3bdc: For AIM, use the DevID and the distID s...

commits at adium.im commits at adium.im
Tue Mar 21 19:37:49 UTC 2017


details:	http://hg.adium.im/adium/rev/395e617c3bdc
revision:	5952:395e617c3bdc
branch:		adium-1.5.10.3
author:		Robert Vehse <robertvehse at fastmail.fm>
date:		Tue Mar 21 20:36:54 2017 +0100

For AIM, use the DevID and the distID supplied to us by an AOL representative in March 2017. Fixes #17097.

diffs (23 lines):

diff -r 971bc583acb4 -r 395e617c3bdc Plugins/Purple Service/adiumPurpleCore.m
--- a/Plugins/Purple Service/adiumPurpleCore.m	Tue Mar 21 18:44:34 2017 +0100
+++ b/Plugins/Purple Service/adiumPurpleCore.m	Tue Mar 21 20:36:54 2017 +0100
@@ -275,13 +275,14 @@
 		g_hash_table_insert(ui_info, "dev_website", "http://trac.adium.im");
 		g_hash_table_insert(ui_info, "client_type", "mac");
 		
-		/* AOL wants us to use the distid 1551 (0x060f) */
-		g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1551));
+		/* prpl-aim-distid is a distID for Adium, given to us by an AOL representative in March 2017.
+		*/
+		g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1721));
 		g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1551));
 		
-		/* 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");
+		/* prpl-aim-clientkey is a DevID (or "client key") for Adium, given to us by an AOL representative in March 2017.
+		*/
+		g_hash_table_insert(ui_info, "prpl-aim-clientkey", "do1z1yfXmOsnFBW6");
 		
 		/* 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



More information about the commits mailing list