# HG changeset patch # User Mark Doliner # Date 1275538213 0 # Node ID 98de21a2aa9adc0b26fcb22016bb33dd6ff4ec50 # Parent 19c14f0fa66902bf19d602e01fe3714e151546b3 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. diff -r 19c14f0fa669 -r 98de21a2aa9a libpurple/protocols/msn/notification.h --- a/libpurple/protocols/msn/notification.h Thu Jun 03 03:24:05 2010 +0000 +++ b/libpurple/protocols/msn/notification.h Thu Jun 03 04:10:13 2010 +0000 @@ -28,6 +28,10 @@ /* 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"