Changeset e6d6047 for protocols/oscar
- Timestamp:
- 2006-04-03T20:21:35Z (19 years ago)
- Branches:
- master
- Children:
- f8de26f
- Parents:
- 57ef864
- Location:
- protocols/oscar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r57ef864 re6d6047 1119 1119 aim_ssi_auth_reply(od->sess, od->conn, uin, 1, ""); 1120 1120 // aim_send_im_ch4(od->sess, uin, AIM_ICQMSG_AUTHGRANTED, &message); 1121 show_got_added(data->gc, NULL, uin, NULL, NULL); 1121 if(find_buddy(data->gc, uin) == NULL) 1122 show_got_added(data->gc, uin, NULL); 1122 1123 1123 1124 g_free(uin); -
protocols/oscar/service.c
r57ef864 re6d6047 733 733 int tlvlen; 734 734 735 data = AIM_ICQ_STATE_ WEBAWARE | AIM_ICQ_STATE_HIDEIP | status; /* yay for error checking ;^) */735 data = AIM_ICQ_STATE_HIDEIP | status; /* yay for error checking ;^) */ 736 736 737 737 tlvlen = aim_addtlvtochain32(&tl, 0x0006, data);
Note: See TracChangeset
for help on using the changeset viewer.