| 375 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); |
375 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); |
| 376 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); |
376 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); |
| 377 g_hash_table_insert(ui_info, "client_type", "pc"); |
377 g_hash_table_insert(ui_info, "client_type", "pc"); |
| 378 |
378 |
| 379 /* |
379 /* |
| 380 * This is the client key for "Pidgin." It is owned by the AIM |
380 * prpl-aim-clientkey is a DevID (or "client key") for Pidgin, given to |
| 381 * account "markdoliner." Please don't use this key for other |
381 * us by AOL in September 2016. prpl-icq-clientkey is also client key |
| 382 * applications. You can either not specify a client key, in |
382 * for Pidgin, owned by the AIM account "markdoliner." Please don't use |
| 383 * which case the default "libpurple" key will be used, or you |
383 * either for other applications. Instead, you can either not specify a |
| 384 * can try to register your own at the AIM or ICQ web sites |
384 * client key, in which case the default "libpurple" key will be used, |
| 385 * (although this functionality was removed at some point, it's |
385 * or you can try to register your own at the AIM or ICQ web sites |
| 386 * possible it has been re-added). AOL's old key management |
386 * (although this functionality was removed at some point, it's possible |
| 387 * page is http://developer.aim.com/manageKeys.jsp |
387 * it has been re-added). |
| 388 */ |
388 */ |
| 389 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); |
389 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "do1UCeb5gNqxB1S1"); |
| 390 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
390 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
| 391 |
391 |
| 392 /* |
392 /* |
| 393 * This is the distid for Pidgin, given to us by AOL. Please |
393 * prpl-aim-distid is a distID for Pidgin, given to us by AOL in |
| 394 * don't use this for other applications. You can just not |
394 * September 2016. prpl-icq-distid is also a distID for Pidgin, given |
| 395 * specify a distid and libpurple will use a default. |
395 * to us by AOL. Please don't use either for other applications. |
| |
396 * Instead, you can just not specify a distID and libpurple will use a |
| |
397 * default. |
| 396 */ |
398 */ |
| 397 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1550)); |
399 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1715)); |
| 398 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
400 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
| 399 } |
401 } |
| 400 |
402 |
| 401 return ui_info; |
403 return ui_info; |
| 402 } |
404 } |