adium/adium

Parents 971bc583acb4
Children b018d89d49dc
For AIM, use the DevID and the distID supplied to us by an AOL representative in March 2017. Fixes #17097.
--- 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