aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/admin.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-06 19:23:18 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-06 19:23:18 +0100
commitb7d3cc34f68dab7b8f7d0777711317b334fc2219 (patch)
tree6aa4d6332c96654fda79fe18993ab0e35d36a52b /protocols/oscar/admin.h
Initial repository (0.99 release tree)0.99
Diffstat (limited to 'protocols/oscar/admin.h')
-rw-r--r--protocols/oscar/admin.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/protocols/oscar/admin.h b/protocols/oscar/admin.h
new file mode 100644
index 00000000..f9d74cae
--- /dev/null
+++ b/protocols/oscar/admin.h
@@ -0,0 +1,13 @@
+#ifndef __OSCAR_ADMIN_H__
+#define __OSCAR_ADMIN_H__
+
+#define AIM_CB_FAM_ADM 0x0007
+
+/*
+ * SNAC Family: Administrative Services.
+ */
+#define AIM_CB_ADM_ERROR 0x0001
+#define AIM_CB_ADM_INFOCHANGE_REPLY 0x0005
+#define AIM_CB_ADM_DEFAULT 0xffff
+
+#endif /* __OSCAR_ADMIN_H__ */