finch/finch.c

changeset 27685
6e8ce73aa4a4
parent 25578
c0c1b73f4fb1
child 27688
8c89470bfe9d
--- a/finch/finch.c	Wed Jul 08 19:02:40 2009 +0000
+++ b/finch/finch.c	Wed Jul 08 19:15:31 2009 +0000
@@ -66,6 +66,17 @@
 		g_hash_table_insert(ui_info, "website", "http://pidgin.im");
 		g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im");
 		g_hash_table_insert(ui_info, "client_type", "console");
+
+		/*
+		 * This is the client key for "Finch."  It is owned by the AIM
+		 * account "markdoliner."  Please don't use this key for other
+		 * applications.  You can either not specify a client key, in
+		 * which case the default "libpurple" key will be used, or you
+		 * can register for your own client key at
+		 * http://developer.aim.com/manageKeys.jsp
+		 */
+		g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma19sqWV9ymU6UYc");
+		g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma19sqWV9ymU6UYc");
 	}
 
 	return ui_info;

mercurial