Ignore:
Timestamp:
2010-03-20T17:27:23Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ffb6dea
Parents:
21029d0
Message:

Added soap.c with a fairly reusable SOAP framework and simple code for
sending offline messages. It works somewhat, just that Pidgin shows the
messages as empty. :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r21029d0 re5a8118  
    4242
    4343/* This should be MSN Messenger 7.0.0813 */
    44 #define MSNP11_PROD_KEY "CFHUR$52U_{VIX5T"
    45 #define MSNP11_PROD_ID  "PROD0101{0RM?UBW"
     44//#define MSNP11_PROD_KEY "CFHUR$52U_{VIX5T"
     45//#define MSNP11_PROD_ID  "PROD0101{0RM?UBW"
     46
     47#define MSNP11_PROD_KEY "O4BG@C7BWLYQX?5G"
     48#define MSNP11_PROD_ID  "PROD01065C%ZFN6F"
    4649
    4750#define MSN_SB_NEW         -24062002
     
    6871       
    6972        int trId;
     73        char *passport_token;
     74        char *lock_key;
    7075       
    7176        GSList *msgq;
Note: See TracChangeset for help on using the changeset viewer.