summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2010-06-03 04:10:13 +0000
committerMark Doliner <markdoliner@pidgin.im>2010-06-03 04:10:13 +0000
commit455aae395edecc971eb5a800c5a24ee13ce695ba (patch)
tree5420744afe8c3c8c20106ceb45d56e3a772994a4
parent114f381b04e9e71f7244b36e1850061c68fad120 (diff)
downloadpidgin-455aae395edecc971eb5a800c5a24ee13ce695ba.tar.gz
I found these by running "strings" on some MSN binary files. Doesn't seem
like that could be considered copyright infringement. They're not used right now, but it seems like they could be useful in the future.
-rw-r--r--libpurple/protocols/msn/notification.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpurple/protocols/msn/notification.h b/libpurple/protocols/msn/notification.h
index 96991e4952..776f10ad20 100644
--- a/libpurple/protocols/msn/notification.h
+++ b/libpurple/protocols/msn/notification.h
@@ -28,6 +28,10 @@ typedef struct _MsnNotification MsnNotification;
/* MSN protocol challenge info */
+/* MSNP18 challenge: WLM Version 2009 (Build 14.0.8089.726) */
+#define MSNP18_WLM_PRODUCT_KEY "C1BX{V4W}Q3*10SM"
+#define MSNP18_WLM_PRODUCT_ID "PROD0120PW!CCV9@"
+
/* MSNP15 challenge: WLM 8.5.1288.816 */
#define MSNP15_WLM_PRODUCT_KEY "ILTXC!4IXB5FB*PX"
#define MSNP15_WLM_PRODUCT_ID "PROD0119GSJUC$18"