diff options
Diffstat (limited to 'plugins/!NotAdopted/Skype/skypeproxy.h')
-rw-r--r-- | plugins/!NotAdopted/Skype/skypeproxy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/Skype/skypeproxy.h b/plugins/!NotAdopted/Skype/skypeproxy.h new file mode 100644 index 0000000000..8e1490803e --- /dev/null +++ b/plugins/!NotAdopted/Skype/skypeproxy.h @@ -0,0 +1,7 @@ +/* Commands for command mode of Skype proxy */
+
+#define AUTHENTICATE 0x01
+#define CAPABILITIES 0x02
+
+/* Capabilities flags of Skypeproxy */
+#define USE_AUTHENTICATION 0x01
\ No newline at end of file |