aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/bos.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/bos.h
Initial repository (0.99 release tree)0.99
Diffstat (limited to 'protocols/oscar/bos.h')
-rw-r--r--protocols/oscar/bos.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/oscar/bos.h b/protocols/oscar/bos.h
new file mode 100644
index 00000000..e7c2cbcd
--- /dev/null
+++ b/protocols/oscar/bos.h
@@ -0,0 +1,14 @@
+#ifndef __OSCAR_BOS_H__
+#define __OSCAR_BOS_H__
+
+#define AIM_CB_FAM_BOS 0x0009
+
+/*
+ * SNAC Family: Misc BOS Services.
+ */
+#define AIM_CB_BOS_ERROR 0x0001
+#define AIM_CB_BOS_RIGHTSQUERY 0x0002
+#define AIM_CB_BOS_RIGHTS 0x0003
+#define AIM_CB_BOS_DEFAULT 0xffff
+
+#endif /* __OSCAR_BOS_H__ */