comparison src/protocols/msn/switchboard.c @ 9194:364aa73323b5

[gaim-migrate @ 9989] A few things here. First, some spelling corrections. Second, make sure we always send a group ID when we add somebody. Default to 0 if nothing else. We were sending an ADD in some cases without a group ID, and then MSN sent back a 224 - Invalid Group (I swear that never happened before?), and we misinterpreted the error and figured the passport was invalid. Third, don't spit out the "Unhandled command 'BLP'" errors. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 03:19:41 +0000
parents 502707ca1836
children ab6636c5a136
comparison
equal deleted inserted replaced
9193:502707ca1836 9194:364aa73323b5
148 148
149 if (session->protocol_ver >= 9) 149 if (session->protocol_ver >= 9)
150 { 150 {
151 GList *l; 151 GList *l;
152 152
153 /* But we alredy know the switchboard... */ 153 /* But we already know the switchboard... */
154 /* What if there is more than one user? */ 154 /* What if there is more than one user? */
155 for (l = swboard->users; l != NULL; l = l->next) 155 for (l = swboard->users; l != NULL; l = l->next)
156 { 156 {
157 msn_request_buddy_icon(session->account->gc, l->data); 157 msn_request_buddy_icon(session->account->gc, l->data);
158 } 158 }
264 264
265 send_clientcaps(swboard); 265 send_clientcaps(swboard);
266 266
267 #if 1 267 #if 1
268 if (session->protocol_ver >= 9) 268 if (session->protocol_ver >= 9)
269 /* But we alredy know the switchboard... */ 269 /* But we already know the switchboard... */
270 msn_request_buddy_icon(gc, passport); 270 msn_request_buddy_icon(gc, passport);
271 #endif 271 #endif
272 } 272 }
273 273
274 static void 274 static void