Changeset 862371b for libfaim/chatnav.c
- Timestamp:
- Jun 29, 2003, 1:47:04 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:
- e016fc2
- Parents:
- 03ad7b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/chatnav.c
r5e53c4a r862371b 1 1 /* 2 * Handle ChatNav.3 * 4 * [The ChatNav(igation) service does various things to keep chat5 * alive. It provides room information, room searching and creating,6 * as well as giving users the right ("permission") to use chat.]2 * Family 0x000d - Handle ChatNav. 3 * 4 * The ChatNav(igation) service does various things to keep chat 5 * alive. It provides room information, room searching and creating, 6 * as well as giving users the right ("permission") to use chat. 7 7 * 8 8 */ … … 12 12 13 13 /* 14 * Subtype 0x0002 15 * 14 16 * conn must be a chatnav connection! 17 * 15 18 */ 16 19 faim_export int aim_chatnav_reqrights(aim_session_t *sess, aim_conn_t *conn) … … 19 22 } 20 23 24 /* 25 * Subtype 0x0008 26 */ 21 27 faim_export int aim_chatnav_createroom(aim_session_t *sess, aim_conn_t *conn, const char *name, fu16_t exchange) 22 28 { … … 346 352 347 353 /* 354 * Subtype 0x0009 355 * 348 356 * Since multiple things can trigger this callback, we must lookup the 349 357 * snacid to determine the original snac subtype that was called. … … 416 424 417 425 mod->family = 0x000d; 418 mod->version = 0x000 1;426 mod->version = 0x0003; 419 427 mod->toolid = 0x0010; 420 428 mod->toolversion = 0x047c;
Note: See TracChangeset
for help on using the changeset viewer.