aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-04 18:13:55 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-04 18:13:55 +0100
commit27053b516db4d0e648d666e6d9e36856af428775 (patch)
treee8e801bdec602f5e21acc5cfe08e338f9d99c9ff /protocols/msn/msn.h
parent4aa8a046968bff0a08dc5ae96e228861fa21fcbe (diff)
Finish re-authentication works. Should now work for OIMs as well.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r--protocols/msn/msn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h
index 3def01a4..829bbd4c 100644
--- a/protocols/msn/msn.h
+++ b/protocols/msn/msn.h
@@ -80,6 +80,7 @@ typedef enum
MSN_GOT_PROFILE = 1,
MSN_GOT_PROFILE_DN = 2,
MSN_DONE_ADL = 4,
+ MSN_REAUTHING = 8,
} msn_flags_t;
struct msn_handler_data
@@ -102,7 +103,7 @@ struct msn_data
{
struct im_connection *ic;
- struct msn_handler_data ns[1], auth[1];
+ struct msn_handler_data ns[1];
msn_flags_t flags;
int trId;