libpurple/protocols/oscar/oscarcommon.h

changeset 38240
0552f69f1996
parent 37762
0105b155a3d1
parent 38208
31ecbdda7ff3
child 38828
a7190db83539
--- a/libpurple/protocols/oscar/oscarcommon.h	Sun Jan 08 15:02:00 2017 -0800
+++ b/libpurple/protocols/oscar/oscarcommon.h	Fri Mar 10 20:36:55 2017 -0600
@@ -41,6 +41,17 @@
 #define AIM_DEFAULT_KDC_SERVER "kdc.uas.aol.com"
 #define AIM_DEFAULT_KDC_PORT 443
 
+/*
+ * Using clientLogin requires a developer ID.  This key is for libpurple.
+ * It is the default key for all libpurple-based clients.  AOL encourages
+ * UIs (especially ones with lots of users) to override this with their
+ * own key.
+ */
+#define ICQ_DEFAULT_DIST_ID 1553
+#define ICQ_DEFAULT_CLIENT_KEY "ma15d7JTxbmVG-RP"
+#define AIM_DEFAULT_DIST_ID 1717
+#define AIM_DEFAULT_CLIENT_KEY "ma19CwYN9i9Mw5nY"
+
 #define OSCAR_DEFAULT_LOGIN_PORT 5190
 
 #define OSCAR_OPPORTUNISTIC_ENCRYPTION "opportunistic_encryption"

mercurial