From dab7b035d265597172485653d7478384a18ec04d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 13 Nov 2014 16:35:55 +0000 Subject: fix for MSN client version git-svn-id: http://svn.miranda-ng.org/main/trunk@10980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_global.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index d1efa2736b..439617d14d 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -771,9 +771,9 @@ struct TWinErrorCode const char msnProtChallenge[] = "C1BX{V4W}Q3*10SM"; const char msnProductID[] = "PROD0120PW!CCV9@"; -const char msnAppID[] = "AAD9B99B-58E6-4F23-B975-D9EC1F9EC24A"; -const char msnStoreAppId[] = "Messenger Client 9.0"; -const char msnProductVer[] = "14.0.8117.0416"; +const char msnAppID[] = "F6D2794D-501F-443A-ADBE-8F1490FF30FD"; +const char msnStoreAppId[] = "Skype"; +const char msnProductVer[] = "6.21.0.104"; const char msnProtID[] = "MSNP18"; extern HINSTANCE hInst; -- cgit v1.2.3