Changeset 81e04e1 for protocols/oscar
- Timestamp:
- 2010-04-01T02:32:25Z (15 years ago)
- Branches:
- master
- Children:
- d860a8d
- Parents:
- 10a96f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r10a96f4 r81e04e1 1190 1190 aim_ssi_auth_reply(od->sess, od->conn, uin, 1, ""); 1191 1191 // aim_send_im_ch4(od->sess, uin, AIM_ICQMSG_AUTHGRANTED, &message); 1192 if(imcb_find_buddy(data->ic, uin) == NULL) 1193 imcb_ask_add(data->ic, uin, NULL); 1192 imcb_ask_add(data->ic, uin, NULL); 1194 1193 1195 1194 g_free(uin); … … 1952 1951 struct oscar_data *odata = (struct oscar_data *)g->proto_data; 1953 1952 if (odata->icq) { 1953 /** FIXME(wilmer): Hmm, lost the ability to get away msgs here, do we care to get that back? 1954 1954 struct buddy *budlight = imcb_find_buddy(g, who); 1955 1955 if (budlight) … … 1957 1957 if (budlight->caps & AIM_CAPS_ICQSERVERRELAY) 1958 1958 aim_send_im_ch2_geticqmessage(odata->sess, who, (budlight->uc & 0xff80) >> 7); 1959 */ 1959 1960 } else 1960 1961 aim_getinfo(odata->sess, odata->conn, who, AIM_GETINFO_AWAYMESSAGE); … … 2094 2095 switch (curitem->type) { 2095 2096 case 0x0000: /* Buddy */ 2096 if ((curitem->name) && (!imcb_ find_buddy(ic, nrm))) {2097 if ((curitem->name) && (!imcb_buddy_by_handle(ic, nrm))) { 2097 2098 char *realname = NULL; 2098 2099
Note: See TracChangeset
for help on using the changeset viewer.