diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 13:54:24 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 13:54:24 +0000 |
commit | d667adb8f13d6e8917c225260631ad6905c3fbcf (patch) | |
tree | 2d9e8f59b19274b45b1bc150ecd265ee2240182a /protocols/SkypeWeb/src/skype_login.cpp | |
parent | 89113840fb4160af43bbc6cc22b1b13c5118259d (diff) |
SkypeWeb: TRouter support part 0.2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_login.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_login.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp index ea77a60369..b7fc362995 100644 --- a/protocols/SkypeWeb/src/skype_login.cpp +++ b/protocols/SkypeWeb/src/skype_login.cpp @@ -109,6 +109,7 @@ void CSkypeProto::OnLoginSuccess() TokenSecret = getStringA("TokenSecret");
Server = getStringA("Server");
SendRequest(new CreateEndpointRequest(TokenSecret, Server), &CSkypeProto::OnEndpointCreated);
+ SendRequest(new CreateTrouterRequest(), &CSkypeProto::OnCreateTrouter);
PushRequest(new GetProfileRequest(TokenSecret), &CSkypeProto::LoadProfile);
PushRequest(new GetAvatarRequest(ptrA(getStringA("AvatarUrl"))), &CSkypeProto::OnReceiveAvatar, NULL);
PushRequest(new GetContactListRequest(TokenSecret), &CSkypeProto::LoadContactList);
|