comparison src/protocols/msn/notification.c @ 10403:e5455f1dc9b6

[gaim-migrate @ 11648] This is "Yet another MSN fix" from Felipe, it actually turned into "Several MSN fixes", see bug 1088651 for the details. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Dec 2004 20:13:54 +0000
parents 2e01c503aa4f
children 92d4a25fd33c
comparison
equal deleted inserted replaced
10402:3d2dd0ed368d 10403:e5455f1dc9b6
1276 msn_table_add_cmd(cbs_table, "fallback", "XFR", xfr_cmd); 1276 msn_table_add_cmd(cbs_table, "fallback", "XFR", xfr_cmd);
1277 1277
1278 msn_table_add_error(cbs_table, "ADD", add_error); 1278 msn_table_add_error(cbs_table, "ADD", add_error);
1279 /* msn_table_add_error(cbs_table, "REA", rea_error); */ 1279 /* msn_table_add_error(cbs_table, "REA", rea_error); */
1280 1280
1281 /* I received a '500' error from the notification server just now.
1282 * I think this means 'Service temporarily unavailable' or similar,
1283 * in response to a USR command. We should report this instead of
1284 * 'Error reading from notification server'.
1285 * I'm not going to implement this right now, because we're string
1286 * frozen (and I'd probably break something anyway), so I'll put this
1287 * here as a reminder, or something. Stu. */
1288 /* msn_table_add_error(cbs_table, "USR", usr_error); */
1289
1281 msn_table_add_msg_type(cbs_table, 1290 msn_table_add_msg_type(cbs_table,
1282 "text/x-msmsgsprofile", 1291 "text/x-msmsgsprofile",
1283 profile_msg); 1292 profile_msg);
1284 msn_table_add_msg_type(cbs_table, 1293 msn_table_add_msg_type(cbs_table,
1285 "text/x-msmsgsinitialemailnotification", 1294 "text/x-msmsgsinitialemailnotification",