comparison src/protocols/msn/slpmsg.c @ 10225:ecf3ce2e2ab1

[gaim-migrate @ 11357] This is mostly a patch from Felipe Contreras that eliminates MSN switchboard errors and fixes MSN buddy icon syncronization, with some tweaks by me. Thank Felipe if it works, blame me if something broke. I also fixed a couple of text markup escaping things, fixed a glib warning that was bugging me, fix a rare SILC crash, and make gtkstatusselector.c compile (but do nothing) with gtk < 2.4 committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 21 Nov 2004 17:48:09 +0000
parents 1a91e814e9d8
children f776e117c17b
comparison
equal deleted inserted replaced
10224:ef7f9e69f03e 10225:ecf3ce2e2ab1
120 text = TRUE; 120 text = TRUE;
121 break; 121 break;
122 case 0x2: 122 case 0x2:
123 info = "SLP ACK"; break; 123 info = "SLP ACK"; break;
124 case 0x20: 124 case 0x20:
125 case 0x1000030:
125 info = "SLP DATA"; break; 126 info = "SLP DATA"; break;
126 default: 127 default:
127 info = "SLP UNKNOWN"; break; 128 info = "SLP UNKNOWN"; break;
128 } 129 }
129 130