diff options
author | Piotr Piastucki <leech.miranda@gmail.com> | 2015-10-27 21:27:58 +0000 |
---|---|---|
committer | Piotr Piastucki <leech.miranda@gmail.com> | 2015-10-27 21:27:58 +0000 |
commit | 340386821c6b9e3c2e7b2cde0ec9e082efebcaec (patch) | |
tree | 42ff66fcf8cdbf76523fd7433cac738343e2c4d6 /protocols/MSN/src/msn_commands.cpp | |
parent | 239519030ec3cd6cf571ab79348596be0cb8eeeb (diff) |
- MSN: Managing and refreshing OAuth tokens with different expiration times.
git-svn-id: http://svn.miranda-ng.org/main/trunk@15627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_commands.cpp')
-rw-r--r-- | protocols/MSN/src/msn_commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp index a55920569f..5959277e2a 100644 --- a/protocols/MSN/src/msn_commands.cpp +++ b/protocols/MSN/src/msn_commands.cpp @@ -416,7 +416,7 @@ void CMsnProto::MSN_ProcessURIObject(MCONTACT hContact, ezxml_t xmli) {
const char *pszSkypeToken;
- if ((pszSkypeToken=GetSkypeToken(true)) && xmli) {
+ if ((pszSkypeToken=authSkypeToken.Token()) && xmli) {
/* FIXME: As soon as core has functions to POST images in a conversation AND gives the possibility to supply a
* callback for fetching that image, this may be possible, but currently due to required Auth-Header, this
* is not possible and we just send an incoming file transfer
|