diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-06 19:50:10 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-06 19:50:10 +0000 |
commit | 83e7cec51dafbdd664cb0ece45d0e1b2d1d789bf (patch) | |
tree | 87e1a30ee5e423869762fbe5f91be5b06394d00f /protocols/Skype/src/skype.h | |
parent | adc684b43edcca8d5433339993621b26e4fdd2b5 (diff) |
- add "invite to chat" button in group chat dialog
- add notification about ending of group call
git-svn-id: http://svn.miranda-ng.org/main/trunk@4595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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;
|