Ignore:
Timestamp:
2015-05-31T02:40:05Z (9 years ago)
Author:
dequis <dx@…>
Children:
899c8e8
Parents:
4107fea
git-author:
dequis <dx@…> (19-04-15 06:06:25)
git-committer:
dequis <dx@…> (31-05-15 02:40:05)
Message:

msn: reply BND with PUT MSGR\CHALLENGE

Still the same challenge functions as msnp11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r4107fea ref9ee0e  
    2727#define _MSN_H
    2828
    29 /* This should be MSN Messenger 7.0.0813
    30 #define MSNP11_PROD_KEY "CFHUR$52U_{VIX5T"
    31 #define MSNP11_PROD_ID  "PROD0101{0RM?UBW"
    32 */
    33 
    3429#define MSN_SSL_HOST "s.gateway.messenger.live.com"
    3530#define MSN_SSL_PORT 443
     
    3833#define MSN_HTTP_PORT 443
    3934
    40 /* Some other version.
    41 #define MSNP11_PROD_KEY "O4BG@C7BWLYQX?5G"
    42 #define MSNP11_PROD_ID  "PROD01065C%ZFN6F"
    43 */
    44 
    45 /* <= BitlBee 3.0.5
    46 #define MSNP11_PROD_KEY "ILTXC!4IXB5FB*PX"
    47 #define MSNP11_PROD_ID  "PROD0119GSJUC$18"
    48 */
    49 
    50 #define MSNP11_PROD_KEY "C1BX{V4W}Q3*10SM"
    51 #define MSNP11_PROD_ID  "PROD0120PW!CCV9@"
    52 #define MSNP_VER        "MSNP21"
    53 #define MSNP_BUILD      "14.0.8117.416"
    54 
    55 #define MSN_SB_NEW         -24062002
     35#define MSNP11_PROD_KEY "YMM8C_H7KCQ2S_KL"
     36#define MSNP11_PROD_ID  "PROD0090YUAUV{2B"
    5637
    5738#define MSN_CAP1        0xC000
     
    10283        MSN_REAUTHING = 8,
    10384        MSN_EMAIL_UNVERIFIED = 16,
     85        MSN_DONE_BND = 32,
    10486} msn_flags_t;
    10587
Note: See TracChangeset for help on using the changeset viewer.