comparison libpurple/protocols/msn/notification.h @ 30874:e53f81486d57

propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 31 Jul 2010 23:42:35 +0000
parents 6376fc7a092e 98de21a2aa9a
children 23be655cc688
comparison
equal deleted inserted replaced
30777:562498203fe8 30874:e53f81486d57
25 #define MSN_NOTIFICATION_H 25 #define MSN_NOTIFICATION_H
26 26
27 typedef struct _MsnNotification MsnNotification; 27 typedef struct _MsnNotification MsnNotification;
28 28
29 /* MSN protocol challenge info */ 29 /* MSN protocol challenge info */
30
31 /* MSNP18 challenge: WLM Version 2009 (Build 14.0.8089.726) */
32 #define MSNP18_WLM_PRODUCT_KEY "C1BX{V4W}Q3*10SM"
33 #define MSNP18_WLM_PRODUCT_ID "PROD0120PW!CCV9@"
30 34
31 /* MSNP15 challenge: WLM 8.5.1288.816 */ 35 /* MSNP15 challenge: WLM 8.5.1288.816 */
32 #define MSNP15_WLM_PRODUCT_KEY "ILTXC!4IXB5FB*PX" 36 #define MSNP15_WLM_PRODUCT_KEY "ILTXC!4IXB5FB*PX"
33 #define MSNP15_WLM_PRODUCT_ID "PROD0119GSJUC$18" 37 #define MSNP15_WLM_PRODUCT_ID "PROD0119GSJUC$18"
34 38