Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Wed Dec 22 23:45:37 2004 +0000 +++ b/src/protocols/msn/notification.c Thu Dec 23 20:13:54 2004 +0000 @@ -1278,6 +1278,15 @@ msn_table_add_error(cbs_table, "ADD", add_error); /* msn_table_add_error(cbs_table, "REA", rea_error); */ + /* I received a '500' error from the notification server just now. + * I think this means 'Service temporarily unavailable' or similar, + * in response to a USR command. We should report this instead of + * 'Error reading from notification server'. + * I'm not going to implement this right now, because we're string + * frozen (and I'd probably break something anyway), so I'll put this + * here as a reminder, or something. Stu. */ + /* msn_table_add_error(cbs_table, "USR", usr_error); */ + msn_table_add_msg_type(cbs_table, "text/x-msmsgsprofile", profile_msg);
