Changeset 862371b for libfaim/bos.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/bos.c
r5e53c4a r862371b 1 /* 2 * Family 0x0009 - Basic Oscar Service. 3 * 4 */ 1 5 2 6 #define FAIM_INTERNAL 3 7 #include <aim.h> 4 8 5 /* Request BOS rights (group 9, type 2)*/9 /* Subtype 0x0002 - Request BOS rights. */ 6 10 faim_export int aim_bos_reqrights(aim_session_t *sess, aim_conn_t *conn) 7 11 { … … 9 13 } 10 14 11 /* BOS Rights (group 9, type 3)*/15 /* Subtype 0x0003 - BOS Rights. */ 12 16 static int rights(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs) 13 17 { … … 43 47 44 48 /* 45 * S et group permisson mask (group 9, type 4)49 * Subtype 0x0004 - Set group permisson mask. 46 50 * 47 51 * Normally 0x1f (all classes). … … 58 62 59 63 /* 60 * Modify permit/deny lists (group 9, types 5, 6, 7, and 8)64 * Stubtypes 0x0005, 0x0006, 0x0007, and 0x0008 - Modify permit/deny lists. 61 65 * 62 66 * Changes your visibility depending on changetype: … … 159 163 return 0; 160 164 } 161 162
Note: See TracChangeset
for help on using the changeset viewer.