[b7d3cc34] | 1 | /********************************************************************\ |
---|
| 2 | * BitlBee -- An IRC to other IM-networks gateway * |
---|
| 3 | * * |
---|
[79bb7e4] | 4 | * Copyright 2002-2012 Wilmer van der Gaast and others * |
---|
[b7d3cc34] | 5 | \********************************************************************/ |
---|
| 6 | |
---|
| 7 | /* MSN module */ |
---|
| 8 | |
---|
| 9 | /* |
---|
| 10 | This program is free software; you can redistribute it and/or modify |
---|
| 11 | it under the terms of the GNU General Public License as published by |
---|
| 12 | the Free Software Foundation; either version 2 of the License, or |
---|
| 13 | (at your option) any later version. |
---|
| 14 | |
---|
| 15 | This program is distributed in the hope that it will be useful, |
---|
| 16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 18 | GNU General Public License for more details. |
---|
| 19 | |
---|
| 20 | You should have received a copy of the GNU General Public License with |
---|
| 21 | the Debian GNU/Linux distribution in /usr/share/common-licenses/GPL; |
---|
| 22 | if not, write to the Free Software Foundation, Inc., 59 Temple Place, |
---|
| 23 | Suite 330, Boston, MA 02111-1307 USA |
---|
| 24 | */ |
---|
| 25 | |
---|
[a830512] | 26 | #ifndef _MSN_H |
---|
| 27 | #define _MSN_H |
---|
| 28 | |
---|
[b7d3cc34] | 29 | /* Some hackish magicstrings to make special-purpose messages/switchboards. |
---|
| 30 | */ |
---|
| 31 | #define TYPING_NOTIFICATION_MESSAGE "\r\r\rBEWARE, ME R TYPINK MESSAGE!!!!\r\r\r" |
---|
[9c84617] | 32 | #define NUDGE_MESSAGE "\r\r\rSHAKE THAT THING\r\r\r" |
---|
[b7d3cc34] | 33 | #define GROUPCHAT_SWITCHBOARD_MESSAGE "\r\r\rME WANT TALK TO MANY PEOPLE\r\r\r" |
---|
[9bf2481] | 34 | #define SB_KEEPALIVE_MESSAGE "\r\r\rDONT HANG UP ON ME!\r\r\r" |
---|
[b7d3cc34] | 35 | |
---|
[aa31117] | 36 | #ifdef DEBUG_MSN |
---|
[59f527b6] | 37 | #define debug( text... ) imcb_log( ic, text ); |
---|
[b7d3cc34] | 38 | #else |
---|
| 39 | #define debug( text... ) |
---|
| 40 | #endif |
---|
| 41 | |
---|
[be7a180] | 42 | /* This should be MSN Messenger 7.0.0813 |
---|
| 43 | #define MSNP11_PROD_KEY "CFHUR$52U_{VIX5T" |
---|
| 44 | #define MSNP11_PROD_ID "PROD0101{0RM?UBW" |
---|
| 45 | */ |
---|
[e5a8118] | 46 | |
---|
[bae0617] | 47 | #define MSN_NS_HOST "messenger.hotmail.com" |
---|
| 48 | #define MSN_NS_PORT 1863 |
---|
| 49 | |
---|
[be7a180] | 50 | /* Some other version. |
---|
[e5a8118] | 51 | #define MSNP11_PROD_KEY "O4BG@C7BWLYQX?5G" |
---|
| 52 | #define MSNP11_PROD_ID "PROD01065C%ZFN6F" |
---|
[be7a180] | 53 | */ |
---|
| 54 | |
---|
[bc676ac] | 55 | /* <= BitlBee 3.0.5 |
---|
[91d6e91] | 56 | #define MSNP11_PROD_KEY "ILTXC!4IXB5FB*PX" |
---|
| 57 | #define MSNP11_PROD_ID "PROD0119GSJUC$18" |
---|
[bc676ac] | 58 | */ |
---|
| 59 | |
---|
| 60 | #define MSNP11_PROD_KEY "C1BX{V4W}Q3*10SM" |
---|
| 61 | #define MSNP11_PROD_ID "PROD0120PW!CCV9@" |
---|
| 62 | #define MSNP_VER "MSNP18" |
---|
| 63 | #define MSNP_BUILD "14.0.8117.416" |
---|
[21029d0] | 64 | |
---|
[b7d3cc34] | 65 | #define MSN_SB_NEW -24062002 |
---|
| 66 | |
---|
[080c43a] | 67 | #define MSN_CAP1 0xC000 |
---|
| 68 | #define MSN_CAP2 0x0000 |
---|
| 69 | |
---|
[b7d3cc34] | 70 | #define MSN_MESSAGE_HEADERS "MIME-Version: 1.0\r\n" \ |
---|
| 71 | "Content-Type: text/plain; charset=UTF-8\r\n" \ |
---|
| 72 | "User-Agent: BitlBee " BITLBEE_VERSION "\r\n" \ |
---|
| 73 | "X-MMS-IM-Format: FN=MS%20Shell%20Dlg; EF=; CO=0; CS=0; PF=0\r\n" \ |
---|
| 74 | "\r\n" |
---|
| 75 | |
---|
| 76 | #define MSN_TYPING_HEADERS "MIME-Version: 1.0\r\n" \ |
---|
| 77 | "Content-Type: text/x-msmsgscontrol\r\n" \ |
---|
| 78 | "TypingUser: %s\r\n" \ |
---|
| 79 | "\r\n\r\n" |
---|
| 80 | |
---|
[9c84617] | 81 | #define MSN_NUDGE_HEADERS "MIME-Version: 1.0\r\n" \ |
---|
| 82 | "Content-Type: text/x-msnmsgr-datacast\r\n" \ |
---|
| 83 | "\r\n" \ |
---|
| 84 | "ID: 1\r\n" \ |
---|
| 85 | "\r\n" |
---|
| 86 | |
---|
| 87 | #define MSN_SB_KEEPALIVE_HEADERS "MIME-Version: 1.0\r\n" \ |
---|
| 88 | "Content-Type: text/x-ping\r\n" \ |
---|
| 89 | "\r\n\r\n" |
---|
[9bf2481] | 90 | |
---|
[b7d3cc34] | 91 | #define PROFILE_URL "http://members.msn.com/" |
---|
| 92 | |
---|
[80175a1] | 93 | typedef enum |
---|
| 94 | { |
---|
| 95 | MSN_GOT_PROFILE = 1, |
---|
| 96 | MSN_GOT_PROFILE_DN = 2, |
---|
| 97 | MSN_DONE_ADL = 4, |
---|
[27053b5] | 98 | MSN_REAUTHING = 8, |
---|
[ed0589c] | 99 | MSN_EMAIL_UNVERIFIED = 16, |
---|
[80175a1] | 100 | } msn_flags_t; |
---|
| 101 | |
---|
[bae0617] | 102 | struct msn_handler_data |
---|
| 103 | { |
---|
| 104 | int fd, inpa; |
---|
| 105 | int rxlen; |
---|
| 106 | char *rxq; |
---|
| 107 | |
---|
| 108 | int msglen; |
---|
| 109 | char *cmd_text; |
---|
| 110 | |
---|
| 111 | /* Either ic or sb */ |
---|
| 112 | gpointer data; |
---|
| 113 | |
---|
| 114 | int (*exec_command) ( struct msn_handler_data *handler, char **cmd, int count ); |
---|
| 115 | int (*exec_message) ( struct msn_handler_data *handler, char *msg, int msglen, char **cmd, int count ); |
---|
| 116 | }; |
---|
| 117 | |
---|
[b7d3cc34] | 118 | struct msn_data |
---|
| 119 | { |
---|
[0da65d5] | 120 | struct im_connection *ic; |
---|
[b7d3cc34] | 121 | |
---|
[27053b5] | 122 | struct msn_handler_data ns[1]; |
---|
[80175a1] | 123 | msn_flags_t flags; |
---|
[b7d3cc34] | 124 | |
---|
| 125 | int trId; |
---|
[80175a1] | 126 | char *tokens[4]; |
---|
[4aa8a04] | 127 | char *lock_key, *pp_policy; |
---|
[f9258ae] | 128 | char *uuid; |
---|
[b7d3cc34] | 129 | |
---|
[4aa8a04] | 130 | GSList *msgq, *grpq, *soapq; |
---|
[b7d3cc34] | 131 | GSList *switchboards; |
---|
[59f527b6] | 132 | int sb_failures; |
---|
| 133 | time_t first_sb_failure; |
---|
[bc736cfa] | 134 | |
---|
[59f527b6] | 135 | const struct msn_away_state *away_state; |
---|
[ff27648] | 136 | GSList *groups; |
---|
[76c89dc7] | 137 | char *profile_rid; |
---|
[5a7af1b] | 138 | |
---|
| 139 | /* Mostly used for sending the ADL command; since MSNP13 the client |
---|
| 140 | is responsible for downloading the contact list and then sending |
---|
| 141 | it to the MSNP server. */ |
---|
[ca7de3a] | 142 | GTree *domaintree; |
---|
[5a7af1b] | 143 | int adl_todo; |
---|
[b7d3cc34] | 144 | }; |
---|
| 145 | |
---|
| 146 | struct msn_switchboard |
---|
| 147 | { |
---|
[0da65d5] | 148 | struct im_connection *ic; |
---|
[b7d3cc34] | 149 | |
---|
[bae0617] | 150 | /* The following two are also in the handler. TODO: Clean up. */ |
---|
[b7d3cc34] | 151 | int fd; |
---|
| 152 | gint inp; |
---|
| 153 | struct msn_handler_data *handler; |
---|
[9bf2481] | 154 | gint keepalive; |
---|
[b7d3cc34] | 155 | |
---|
| 156 | int trId; |
---|
| 157 | int ready; |
---|
| 158 | |
---|
| 159 | int session; |
---|
| 160 | char *key; |
---|
| 161 | |
---|
| 162 | GSList *msgq; |
---|
| 163 | char *who; |
---|
[0da65d5] | 164 | struct groupchat *chat; |
---|
[b7d3cc34] | 165 | }; |
---|
| 166 | |
---|
| 167 | struct msn_away_state |
---|
| 168 | { |
---|
| 169 | char code[4]; |
---|
| 170 | char name[16]; |
---|
| 171 | }; |
---|
| 172 | |
---|
| 173 | struct msn_status_code |
---|
| 174 | { |
---|
| 175 | int number; |
---|
| 176 | char *text; |
---|
| 177 | int flags; |
---|
| 178 | }; |
---|
| 179 | |
---|
| 180 | struct msn_message |
---|
| 181 | { |
---|
| 182 | char *who; |
---|
| 183 | char *text; |
---|
| 184 | }; |
---|
| 185 | |
---|
[70ac477] | 186 | struct msn_groupadd |
---|
| 187 | { |
---|
| 188 | char *who; |
---|
| 189 | char *group; |
---|
| 190 | }; |
---|
| 191 | |
---|
[7f34ce2] | 192 | typedef enum |
---|
| 193 | { |
---|
[ca7de3a] | 194 | MSN_BUDDY_FL = 1, /* Warning: FL,AL,BL *must* be 1,2,4. */ |
---|
[7f34ce2] | 195 | MSN_BUDDY_AL = 2, |
---|
| 196 | MSN_BUDDY_BL = 4, |
---|
| 197 | MSN_BUDDY_RL = 8, |
---|
| 198 | MSN_BUDDY_PL = 16, |
---|
[5a7af1b] | 199 | MSN_BUDDY_ADL_SYNCED = 256, |
---|
[208db4b] | 200 | MSN_BUDDY_FED = 512, |
---|
[7f34ce2] | 201 | } msn_buddy_flags_t; |
---|
| 202 | |
---|
| 203 | struct msn_buddy_data |
---|
| 204 | { |
---|
| 205 | char *cid; |
---|
| 206 | msn_buddy_flags_t flags; |
---|
| 207 | }; |
---|
| 208 | |
---|
[ff27648] | 209 | struct msn_group |
---|
| 210 | { |
---|
| 211 | char *name; |
---|
| 212 | char *id; |
---|
| 213 | }; |
---|
| 214 | |
---|
[b7d3cc34] | 215 | /* Bitfield values for msn_status_code.flags */ |
---|
| 216 | #define STATUS_FATAL 1 |
---|
| 217 | #define STATUS_SB_FATAL 2 |
---|
[3b9390b] | 218 | #define STATUS_SB_IM_SPARE 4 /* Make one-to-one conversation switchboard available again, invite failed. */ |
---|
| 219 | #define STATUS_SB_CHAT_SPARE 8 /* Same, but also for groupchats (not used yet). */ |
---|
[b7d3cc34] | 220 | |
---|
[c6ca3ee] | 221 | extern int msn_chat_id; |
---|
[0196c47] | 222 | extern const struct msn_away_state msn_away_state_list[]; |
---|
| 223 | extern const struct msn_status_code msn_status_code_list[]; |
---|
[b7d3cc34] | 224 | |
---|
| 225 | /* Keep a list of all the active connections. We need these lists because |
---|
| 226 | "connected" callbacks might be called when the connection they belong too |
---|
| 227 | is down already (for example, when an impatient user disabled the |
---|
| 228 | connection), the callback should check whether it's still listed here |
---|
| 229 | before doing *anything* else. */ |
---|
[c6ca3ee] | 230 | extern GSList *msn_connections; |
---|
| 231 | extern GSList *msn_switchboards; |
---|
[b7d3cc34] | 232 | |
---|
| 233 | /* ns.c */ |
---|
[bc676ac] | 234 | int msn_ns_write( struct im_connection *ic, int fd, const char *fmt, ... ) G_GNUC_PRINTF( 3, 4 ); |
---|
[bae0617] | 235 | gboolean msn_ns_connect( struct im_connection *ic, struct msn_handler_data *handler, const char *host, int port ); |
---|
| 236 | void msn_ns_close( struct msn_handler_data *handler ); |
---|
[660cb00] | 237 | void msn_auth_got_passport_token( struct im_connection *ic, const char *token, const char *error ); |
---|
[ca7de3a] | 238 | void msn_auth_got_contact_list( struct im_connection *ic ); |
---|
[80175a1] | 239 | int msn_ns_finish_login( struct im_connection *ic ); |
---|
[bc676ac] | 240 | int msn_ns_sendmessage( struct im_connection *ic, struct bee_user *bu, const char *text ); |
---|
| 241 | void msn_ns_oim_send_queue( struct im_connection *ic, GSList **msgq ); |
---|
[b7d3cc34] | 242 | |
---|
| 243 | /* msn_util.c */ |
---|
[193dc74] | 244 | int msn_buddy_list_add( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *realname_, const char *group ); |
---|
| 245 | int msn_buddy_list_remove( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *group ); |
---|
[e5854a8] | 246 | void msn_buddy_ask( bee_user_t *bu ); |
---|
[b7d3cc34] | 247 | char **msn_linesplit( char *line ); |
---|
| 248 | int msn_handler( struct msn_handler_data *h ); |
---|
[46dca11] | 249 | void msn_msgq_purge( struct im_connection *ic, GSList **list ); |
---|
[21029d0] | 250 | char *msn_p11_challenge( char *challenge ); |
---|
[ca7de3a] | 251 | gint msn_domaintree_cmp( gconstpointer a_, gconstpointer b_ ); |
---|
[ff27648] | 252 | struct msn_group *msn_group_by_name( struct im_connection *ic, const char *name ); |
---|
| 253 | struct msn_group *msn_group_by_id( struct im_connection *ic, const char *id ); |
---|
[e0e1546] | 254 | int msn_ns_set_display_name( struct im_connection *ic, const char *value ); |
---|
[79bb7e4] | 255 | const char *msn_normalize_handle( const char *handle ); |
---|
[b7d3cc34] | 256 | |
---|
| 257 | /* tables.c */ |
---|
[0196c47] | 258 | const struct msn_away_state *msn_away_state_by_number( int number ); |
---|
| 259 | const struct msn_away_state *msn_away_state_by_code( char *code ); |
---|
| 260 | const struct msn_away_state *msn_away_state_by_name( char *name ); |
---|
| 261 | const struct msn_status_code *msn_status_by_number( int number ); |
---|
[b7d3cc34] | 262 | |
---|
| 263 | /* sb.c */ |
---|
[bc676ac] | 264 | int msn_sb_write( struct msn_switchboard *sb, const char *fmt, ... ) G_GNUC_PRINTF( 2, 3 );; |
---|
[0da65d5] | 265 | struct msn_switchboard *msn_sb_create( struct im_connection *ic, char *host, int port, char *key, int session ); |
---|
[79bb7e4] | 266 | struct msn_switchboard *msn_sb_by_handle( struct im_connection *ic, const char *handle ); |
---|
[0da65d5] | 267 | struct msn_switchboard *msn_sb_by_chat( struct groupchat *c ); |
---|
| 268 | struct msn_switchboard *msn_sb_spare( struct im_connection *ic ); |
---|
[b7d3cc34] | 269 | int msn_sb_sendmessage( struct msn_switchboard *sb, char *text ); |
---|
[0da65d5] | 270 | struct groupchat *msn_sb_to_chat( struct msn_switchboard *sb ); |
---|
[b7d3cc34] | 271 | void msn_sb_destroy( struct msn_switchboard *sb ); |
---|
[ba9edaa] | 272 | gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond ); |
---|
[a830512] | 273 | int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m ); |
---|
[bb839e8] | 274 | void msn_sb_start_keepalives( struct msn_switchboard *sb, gboolean initial ); |
---|
| 275 | void msn_sb_stop_keepalives( struct msn_switchboard *sb ); |
---|
[a830512] | 276 | |
---|
| 277 | #endif //_MSN_H |
---|