src/protocols/oscar/icq.c

changeset 4154
e1c6a1bdcf5a
parent 4151
29004a3d21a0
child 4173
e2528bd24e6f
equal deleted inserted replaced
4153:43a94f1ebe81 4154:e1c6a1bdcf5a
305 info->uin = aimbs_getle32(&qbs); 305 info->uin = aimbs_getle32(&qbs);
306 info->nick = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 306 info->nick = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
307 info->first = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 307 info->first = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
308 info->last = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 308 info->last = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
309 info->email = aimbs_getstr(&qbs, aimbs_getle16(&qbs)); 309 info->email = aimbs_getstr(&qbs, aimbs_getle16(&qbs));
310 /* Then 0x00 02 00 00 00 00 00 */
310 } break; 311 } break;
311 } /* End switch statement */ 312 } /* End switch statement */
312 313
313 if (subtype == 0x019a) { 314 if (subtype == 0x019a) {
314 if ((userfunc = aim_callhandler(sess, rx->conn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_SIMPLEINFO))) 315 if ((userfunc = aim_callhandler(sess, rx->conn, AIM_CB_FAM_ICQ, AIM_CB_ICQ_SIMPLEINFO)))

mercurial