aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/bos.h
diff options
context:
space:
mode:
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__ */