]> andersk Git - libfaim.git/blobdiff - faim/aim_cbtypes.h
Implemented chat and some chatnav. Nearly a 2000line diff.
[libfaim.git] / faim / aim_cbtypes.h
index 78b1ab5c61fbda91613cb0287e4b369d2a6c9545..5c15b437143c32f78f3f189ce9d70612a6158590 100644 (file)
  * SNAC Family: Chat Navigation Services
  */ 
 #define AIM_CB_CTN_ERROR 0x0001
+#define AIM_CB_CTN_CREATE 0x0008
+#define AIM_CB_CTN_INFO 0x0009
 #define AIM_CB_CTN_DEFAULT 0xffff
 
 /*
  * SNAC Family: Chat Services
  */ 
 #define AIM_CB_CHT_ERROR 0x0001
+#define AIM_CB_CHT_ROOMINFOUPDATE 0x0002
+#define AIM_CB_CHT_USERJOIN 0x0003
+#define AIM_CB_CHT_USERLEAVE 0x0004
+#define AIM_CB_CHT_OUTGOINGMSG 0x0005
+#define AIM_CB_CHT_INCOMINGMSG 0x0006
 #define AIM_CB_CHT_DEFAULT 0xffff
 
 /*
This page took 0.039614 seconds and 4 git commands to generate.