1 | #ifndef __OSCAR_INFO_H__ |
---|
2 | #define __OSCAR_INFO_H__ |
---|
3 | |
---|
4 | #define AIM_CB_FAM_LOC 0x0002 |
---|
5 | |
---|
6 | /* |
---|
7 | * SNAC Family: Location Services. |
---|
8 | */ |
---|
9 | #define AIM_CB_LOC_ERROR 0x0001 |
---|
10 | #define AIM_CB_LOC_REQRIGHTS 0x0002 |
---|
11 | #define AIM_CB_LOC_RIGHTSINFO 0x0003 |
---|
12 | #define AIM_CB_LOC_SETUSERINFO 0x0004 |
---|
13 | #define AIM_CB_LOC_REQUSERINFO 0x0005 |
---|
14 | #define AIM_CB_LOC_USERINFO 0x0006 |
---|
15 | #define AIM_CB_LOC_WATCHERSUBREQ 0x0007 |
---|
16 | #define AIM_CB_LOC_WATCHERNOT 0x0008 |
---|
17 | #define AIM_CB_LOC_DEFAULT 0xffff |
---|
18 | |
---|
19 | #define AIM_CAPS_BUDDYICON 0x00000001 |
---|
20 | #define AIM_CAPS_VOICE 0x00000002 |
---|
21 | #define AIM_CAPS_IMIMAGE 0x00000004 |
---|
22 | #define AIM_CAPS_CHAT 0x00000008 |
---|
23 | #define AIM_CAPS_GETFILE 0x00000010 |
---|
24 | #define AIM_CAPS_SENDFILE 0x00000020 |
---|
25 | #define AIM_CAPS_GAMES 0x00000040 |
---|
26 | #define AIM_CAPS_SAVESTOCKS 0x00000080 |
---|
27 | #define AIM_CAPS_SENDBUDDYLIST 0x00000100 |
---|
28 | #define AIM_CAPS_GAMES2 0x00000200 |
---|
29 | #define AIM_CAPS_ICQ 0x00000400 |
---|
30 | #define AIM_CAPS_APINFO 0x00000800 |
---|
31 | #define AIM_CAPS_ICQRTF 0x00001000 |
---|
32 | #define AIM_CAPS_EMPTY 0x00002000 |
---|
33 | #define AIM_CAPS_ICQSERVERRELAY 0x00004000 |
---|
34 | #define AIM_CAPS_ICQUNKNOWN 0x00008000 |
---|
35 | #define AIM_CAPS_TRILLIANCRYPT 0x00010000 |
---|
36 | #define AIM_CAPS_UTF8 0x00020000 |
---|
37 | #define AIM_CAPS_INTEROP 0x00040000 |
---|
38 | #define AIM_CAPS_ICHAT 0x00080000 |
---|
39 | #define AIM_CAPS_EXTCHAN2 0x00100000 |
---|
40 | #define AIM_CAPS_LAST 0x00200000 |
---|
41 | |
---|
42 | #endif /* __OSCAR_INFO_H__ */ |
---|