From 9c4370db4f2e5f5ee77e03a8c5c4c1e226274768 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 15 Aug 2015 13:10:56 +0000 Subject: SkypeWeb: refactoring part 1 git-svn-id: http://svn.miranda-ng.org/main/trunk@14960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/stdafx.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'protocols/SkypeWeb/src/stdafx.h') diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 94faae7e08..28665e61da 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -61,6 +61,23 @@ extern HANDLE g_hCallEvent; #define SKYPE_ENDPOINTS_HOST "client-s.gateway.messenger.live.com" +struct LoginInfo +{ + struct + { + ptrA szToken; + } api; + + struct + { + ptrA szToken; + ptrA szId; + ptrA szServer; + } endpoint; + + ptrA szSkypename; +}; + #include "version.h" #include "resource.h" #include "skype_icons.h" @@ -69,6 +86,7 @@ extern HANDLE g_hCallEvent; #include "skype_options.h" #include "skype_trouter.h" #include "skype_db.h" +//#include "skype_chatrooms.h" #include "skype_utils.h" #include "http_request.h" #include "requests\login.h" -- cgit v1.2.3