| 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 * prpl-aim-clientkey is a DevID (or "client key") for Pidgin, given to |
380 * prpl-aim-clientkey is a DevID (or "client key") for Pidgin, given to |
| 381 * us by AOL in September 2016. prpl-icq-clientkey is also client key |
381 * us by AOL in September 2016. prpl-icq-clientkey is also a client key |
| 382 * for Pidgin, owned by the AIM account "markdoliner." Please don't use |
382 * for Pidgin, owned by the AIM account "markdoliner." Please don't use |
| 383 * either for other applications. Instead, you can either not specify a |
383 * either for other applications. Instead, you can either not specify a |
| 384 * client key, in which case the default "libpurple" key will be used, |
384 * client key, in which case the default "libpurple" key will be used, |
| 385 * or you can try to register your own at the AIM or ICQ web sites |
385 * or you can try to register your own at the AIM or ICQ web sites |
| 386 * (although this functionality was removed at some point, it's possible |
386 * (although this functionality was removed at some point, it's possible |