- Timestamp:
- Dec 19, 2003, 2:56:18 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5a95b69
- Parents:
- 2674412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aim.c
r2674412 rc8735aa 285 285 /* there is a max away message lentgh we should check against */ 286 286 287 /* 287 288 aim_bos_setprofile(owl_global_get_aimsess(&g), 288 289 owl_global_get_bosconn(&g), 289 290 NULL, NULL, 0, "us-ascii", msg, 290 291 strlen(msg), 0); 292 */ 291 293 return(0); 292 294 } … … 2203 2205 owl_function_debugmsg("faimtest_conninitdone_chatnav:"); 2204 2206 2205 aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0);2206 aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0);2207 /* aim_conn_addhandler(sess, fr->conn, 0x000d, 0x0001, gaim_parse_genericerr, 0); */ 2208 /* aim_conn_addhandler(sess, fr->conn, AIM_CB_FAM_CTN, AIM_CB_CTN_INFO, gaim_chatnav_info, 0); */ 2207 2209 2208 2210 aim_clientready(sess, fr->conn);
Note: See TracChangeset
for help on using the changeset viewer.