]> 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 c9000831597276b588a5ebc5db82be892a26e892..5c15b437143c32f78f3f189ce9d70612a6158590 100644 (file)
@@ -23,6 +23,7 @@
 #define AIM_CB_FAM_TRN 0x000c
 #define AIM_CB_FAM_CTN 0x000d /* ChatNav */
 #define AIM_CB_FAM_CHT 0x000e /* Chat */
+#define AIM_CB_FAM_ATH 0x0017
 #define AIM_CB_FAM_SPECIAL 0xffff /* Internal libfaim use */
 
 /*
  * 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
 
+/*
+ * SNAC Family: Authorizer
+ *
+ * Used only in protocol versions three and above.
+ *
+ */
+#define AIM_CB_ATH_ERROR 0x0001
+#define AIM_CB_ATH_LOGINREQEST 0x0002
+#define AIM_CB_ATH_LOGINRESPONSE 0x0003
+#define AIM_CB_ATH_AUTHREQ 0x0006
+#define AIM_CB_ATH_AUTHRESPONSE 0x0007
+
 /*
  * SNAC Family: Internal Messages
  *
This page took 0.031317 seconds and 4 git commands to generate.