Changeset 862371b for libfaim/chatnav.c


Ignore:
Timestamp:
Jun 29, 2003, 1:47:04 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfaim/chatnav.c

    r5e53c4a r862371b  
    11/*
    2  * 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.]
     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.
    77 *
    88 */
     
    1212
    1313/*
     14 * Subtype 0x0002
     15 *
    1416 * conn must be a chatnav connection!
     17 *
    1518 */
    1619faim_export int aim_chatnav_reqrights(aim_session_t *sess, aim_conn_t *conn)
     
    1922}
    2023
     24/*
     25 * Subtype 0x0008
     26 */
    2127faim_export int aim_chatnav_createroom(aim_session_t *sess, aim_conn_t *conn, const char *name, fu16_t exchange)
    2228{
     
    346352
    347353/*
     354 * Subtype 0x0009
     355 *
    348356 * Since multiple things can trigger this callback, we must lookup the
    349357 * snacid to determine the original snac subtype that was called.
     
    416424
    417425        mod->family = 0x000d;
    418         mod->version = 0x0001;
     426        mod->version = 0x0003;
    419427        mod->toolid = 0x0010;
    420428        mod->toolversion = 0x047c;
Note: See TracChangeset for help on using the changeset viewer.