From b34e591a4ba1785cdd658b8dd1a492a3f9569d19 Mon Sep 17 00:00:00 2001 From: Piotr Piastucki Date: Wed, 20 May 2015 18:58:31 +0000 Subject: Reading own profile is needed for later profile updates, re-enable the call git-svn-id: http://svn.miranda-ng.org/main/trunk@13721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/msn_contact.cpp | 4 +++- protocols/MSN/src/msn_threads.cpp | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/msn_contact.cpp b/protocols/MSN/src/msn_contact.cpp index 6743aa8e74..4e58396710 100644 --- a/protocols/MSN/src/msn_contact.cpp +++ b/protocols/MSN/src/msn_contact.cpp @@ -276,7 +276,9 @@ bool CMsnProto::MSN_RefreshContactList(void) // Populate Contact list on MSN network to get status updates of contacts MSN_CreateContList(); - //MSN_StoreGetProfile(); + + // Read my own profile from SOAP AB + MSN_StoreGetProfile(); } else { diff --git a/protocols/MSN/src/msn_threads.cpp b/protocols/MSN/src/msn_threads.cpp index 5fa82e973b..ed78b91f50 100644 --- a/protocols/MSN/src/msn_threads.cpp +++ b/protocols/MSN/src/msn_threads.cpp @@ -601,9 +601,9 @@ void ThreadData::applyGatewayData(HANDLE hConn, bool isPoll) void ThreadData::getGatewayUrl(char* dest, int destlen, bool isPoll) { - static const char openFmtStr[] = "http://%s/gateway/gateway.dll?Action=open&Server=%s&IP=%s"; - static const char pollFmtStr[] = "http://%s/gateway/gateway.dll?Action=poll&SessionID=%s"; - static const char cmdFmtStr[] = "http://%s/gateway/gateway.dll?SessionID=%s"; + static const char openFmtStr[] = "https://%s/gateway/gateway.dll?Action=open&Server=%s&IP=%s"; + static const char pollFmtStr[] = "https://%s/gateway/gateway.dll?Action=poll&SessionID=%s"; + static const char cmdFmtStr[] = "https://%s/gateway/gateway.dll?SessionID=%s"; if (mSessionID[0] == 0) { const char* svr = mType == SERVER_NOTIFICATION ? "NS" : "SB"; -- cgit v1.2.3