diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-04-19 20:29:51 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-04-19 20:29:51 +0000 |
commit | 1a2d6908933edd5b1c1819f94ec873049912cd4e (patch) | |
tree | dedf75cbc1805fdb36b2406d8bfe187e36c48167 /protocols/AimOscar/src/stdafx.h | |
parent | e650f45f5028eb533b02f2d05fc85e275ba3cbf2 (diff) |
aim:
"clientlogin":
minor fixes (still not working)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-x | protocols/AimOscar/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. #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
|