Changeset 862371b for libfaim/rxhandlers.c
- Timestamp:
- Jun 29, 2003, 1:47:04 PM (22 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:
- e016fc2
- Parents:
- 03ad7b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/rxhandlers.c
r5e53c4a r862371b 1 1 /* 2 * aim_rxhandlers.c2 * rxhandlers.c 3 3 * 4 4 * This file contains most all of the incoming packet handlers, along … … 69 69 (aim_module_t *)sess->modlistv = mod; 70 70 71 /* faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion); */71 faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion); 72 72 73 73 return 0; … … 547 547 cur->handled = 1; /* get rid of it */ 548 548 } else { 549 /* XXX: implement this */ 550 faimdprintf(sess, 0, "faim: OFT frame!\n"); 551 cur->handled = 1; /* get rid of it */ 549 aim_rxdispatch_rendezvous(sess, cur); 550 cur->handled = 1; 552 551 } 553 552 continue; … … 614 613 return 1; 615 614 } 616 617 618
Note: See TracChangeset
for help on using the changeset viewer.