diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 16:54:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 16:54:52 +0100 |
commit | 4aa8a046968bff0a08dc5ae96e228861fa21fcbe (patch) | |
tree | 99927daf2e094c7de4c60a7ed6298cf503b5882a /protocols/msn/msn.h | |
parent | bae06178bbe3863b39ec307c34d2781a53472272 (diff) |
This works (includes some token sabotage code to ease testing), but I just
realised there's probably no need for the additional temporary NS connection.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 5a195348..3def01a4 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -107,9 +107,9 @@ struct msn_data int trId; char *tokens[4]; - char *lock_key; + char *lock_key, *pp_policy; - GSList *msgq, *grpq; + GSList *msgq, *grpq, *soapq; GSList *switchboards; int sb_failures; time_t first_sb_failure; |