From 83e7cec51dafbdd664cb0ece45d0e1b2d1d789bf Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 6 May 2013 19:50:10 +0000 Subject: - 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 --- protocols/Skype/src/skype.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'protocols/Skype/src/skype.h') 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; -- cgit v1.2.3