From 1a2d6908933edd5b1c1819f94ec873049912cd4e Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Tue, 19 Apr 2016 20:29:51 +0000 Subject: aim: "clientlogin": minor fixes (still not working) git-svn-id: http://svn.miranda-ng.org/main/trunk@16721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/src/stdafx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/AimOscar/src/stdafx.h') diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h index 8adc98a32f..59d7044297 100755 --- a/protocols/AimOscar/src/stdafx.h +++ b/protocols/AimOscar/src/stdafx.h @@ -169,13 +169,13 @@ along with this program. If not, see . #define AIM_LOGIN_URL "https://api.screenname.aol.com/auth/clientLogin" #define AIM_SESSION_URL "https://api.oscar.aol.com/aim/startOSCARSession" #define AIM_DEFAULT_CLIENT_KEY "ma15d7JTxbmVG-RP" //this one from libpurple, i am not able to create one, sorry guys -#define AIM_DEFAULT_DISTID 0x00000611 //this one from libpurple, i am not able to create one, sorry guys +#define AIM_DEFAULT_DISTID "1553" //this one from libpurple, i am not able to create one, sorry guys + + #define AIM_DEFAULT_SERVER "login.oscar.aol.com" -//#define AIM_DEFAULT_SERVER_SSL "slogin.oscar.aol.com" #define AIM_PROXY_SERVER "ars.oscar.aol.com" #define AIM_DEFAULT_PORT 5190 -//#define AIM_DEFAULT_SSL_PORT 5190 //Some Defaults for various things #define DEFAULT_KEEPALIVE_TIMER 39 // secs -- cgit v1.2.3