diff options
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 1dac385ea4..8ddc5d225c 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -54,18 +54,19 @@ #define SKYPE_SEARCH_BYEMAIL 1002
#define SKYPE_SEARCH_BYNAMES 1003
-#define BBB_ID_CONF_SPAWN 1
+#define BBB_ID_CONF_INVITE 2001
+#define BBB_ID_CONF_SPAWN 2002
#define SKYPE_DB_EVENT_TYPE_EMOTE 10001
#define SKYPE_DB_EVENT_TYPE_CALL 10010
-#define CMI_AUTH_REVOKE 0
-#define CMI_AUTH_REQUEST 1
-#define CMI_AUTH_GRANT 2
+#define CMI_AUTH_REVOKE 1
+#define CMI_AUTH_REQUEST 2
+#define CMI_AUTH_GRANT 3
#define CMI_TEMS_COUNT 3
-#define SMI_CHAT_INVITE 0
+#define SMI_CHAT_INVITE 1
class CSkype;
|