diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-18 20:03:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-18 20:03:40 +0000 |
commit | a76ced5d4ff852dcbe7a96824ca1bb6dc219a1fd (patch) | |
tree | b8f48fe0e7aed33c9a7cf48800bd351f4cf3c50b /protocols/Skype/src/skype.h | |
parent | b218fc95603571df3e9a6181d7e0de7f37e3bcc4 (diff) |
- first approach of group chat support
git-svn-id: http://svn.miranda-ng.org/main/trunk@2764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index b47231f46e..e9011fc3ec 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -60,7 +60,7 @@ extern "C" #include "..\..\..\skypekit\key.h"
#define MODULE "Skype"
-#define SKYPE_LOGIN_LIMIT 128
+#define SKYPE_SID_LIMIT 128
#define SKYPE_PASSWORD_LIMIT 128
#define SKYPE_SETTINGS_NAME "Name"
#define SKYPE_SETTINGS_STATUS "Status"
@@ -75,6 +75,8 @@ extern "C" #define CMI_AUTH_REQUEST 1
#define CMI_AUTH_GRANT 2
+#define SMI_CHAT_INVOKE 0
+
#define CMITEMS_COUNT 3
extern CSkype* g_skype;
|