summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/common.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-07 21:50:05 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-07 21:50:05 +0000
commit90a05404a6ded56141c0230f663686439f8fa146 (patch)
tree6531783fbbedc04db025526243342823ed9ccd65 /protocols/SkypeWeb/src/common.h
parentde593c8e4ae504a8d159cc272740846ef9c20ca6 (diff)
SkypeWeb:
- added ability to getting contacts statuses - partly reworked login flow git-svn-id: http://svn.miranda-ng.org/main/trunk@12665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r--protocols/SkypeWeb/src/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h
index ab5787e07f..b4a870c207 100644
--- a/protocols/SkypeWeb/src/common.h
+++ b/protocols/SkypeWeb/src/common.h
@@ -53,8 +53,8 @@ struct CSkypeProto;
#include "requests\profile.h"
#include "requests\contacts.h"
#include "requests\status.h"
-#include "requests\reg_info.h"
#include "requests\endpoint.h"
+#include "requests\capabilities.h"
#include "requests\subscriptions.h"
#include "requests\messages.h"
#include "requests\poll.h"
@@ -72,4 +72,6 @@ extern HINSTANCE g_hInstance;
#define SKYPE_DB_EVENT_TYPE_ACTION 10001
+#define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com"
+
#endif //_COMMON_H_ \ No newline at end of file