From 340386821c6b9e3c2e7b2cde0ec9e082efebcaec Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Tue, 27 Oct 2015 21:27:58 +0000 Subject: - 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 --- protocols/MSN/src/msn_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN/src/msn_commands.cpp') 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 -- cgit v1.2.3