diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-29 20:38:18 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-29 20:38:18 +0100 |
commit | 208db4babb7a9be245cedd3a0a4758891fece03d (patch) | |
tree | 8aa07873ba2df5ab24234df3c6a500511993e71b /protocols/msn/msn.h | |
parent | 3901b5dc7145de0db36d4a8820836daf91febc24 (diff) |
Support for sending messages to federated contacts. They don't seem to arrive
but Pidgin seems to have the same problem.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 7c23f282..1dcb0071 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -197,6 +197,7 @@ typedef enum MSN_BUDDY_RL = 8, MSN_BUDDY_PL = 16, MSN_BUDDY_ADL_SYNCED = 256, + MSN_BUDDY_FED = 512, } msn_buddy_flags_t; struct msn_buddy_data |