Last change
on this file since a5c6ebd was
b7d3cc34,
checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-06T18:23:18Z
|
Initial repository (0.99 release tree)
|
-
Property mode set to
100644
|
File size:
416 bytes
|
Line | |
---|
1 | #ifndef __OSCAR_CHAT_H__ |
---|
2 | #define __OSCAR_CHAT_H__ |
---|
3 | |
---|
4 | #define AIM_CB_FAM_CHT 0x000e /* Chat */ |
---|
5 | |
---|
6 | /* |
---|
7 | * SNAC Family: Chat Services |
---|
8 | */ |
---|
9 | #define AIM_CB_CHT_ERROR 0x0001 |
---|
10 | #define AIM_CB_CHT_ROOMINFOUPDATE 0x0002 |
---|
11 | #define AIM_CB_CHT_USERJOIN 0x0003 |
---|
12 | #define AIM_CB_CHT_USERLEAVE 0x0004 |
---|
13 | #define AIM_CB_CHT_OUTGOINGMSG 0x0005 |
---|
14 | #define AIM_CB_CHT_INCOMINGMSG 0x0006 |
---|
15 | #define AIM_CB_CHT_DEFAULT 0xffff |
---|
16 | |
---|
17 | #endif /* __OSCAR_CHAT_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.