diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-13 16:35:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-13 16:35:55 +0000 |
commit | dab7b035d265597172485653d7478384a18ec04d (patch) | |
tree | d03c676c3bc4bdc9e4f4752c95debb31b9b62734 | |
parent | 2a41c030317685a04447b972c5bf01caedfc583d (diff) |
fix for MSN client version
git-svn-id: http://svn.miranda-ng.org/main/trunk@10980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/MSN/src/msn_global.h | 6 |
1 files 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;
|