Rev | Line | |
---|
[b7d3cc34] | 1 | #ifndef __OSCAR_BUDDYLIST_H__ |
---|
| 2 | #define __OSCAR_BUDDYLIST_H__ |
---|
| 3 | |
---|
| 4 | #define AIM_CB_FAM_BUD 0x0003 |
---|
| 5 | |
---|
| 6 | /* |
---|
| 7 | * SNAC Family: Buddy List Management Services. |
---|
| 8 | */ |
---|
| 9 | #define AIM_CB_BUD_ERROR 0x0001 |
---|
| 10 | #define AIM_CB_BUD_REQRIGHTS 0x0002 |
---|
| 11 | #define AIM_CB_BUD_RIGHTSINFO 0x0003 |
---|
| 12 | #define AIM_CB_BUD_ADDBUDDY 0x0004 |
---|
| 13 | #define AIM_CB_BUD_REMBUDDY 0x0005 |
---|
| 14 | #define AIM_CB_BUD_REJECT 0x000a |
---|
| 15 | #define AIM_CB_BUD_ONCOMING 0x000b |
---|
| 16 | #define AIM_CB_BUD_OFFGOING 0x000c |
---|
| 17 | #define AIM_CB_BUD_DEFAULT 0xffff |
---|
| 18 | |
---|
| 19 | #endif /* __OSCAR_BUDDYLIST_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.