diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-04-11 04:44:55 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-04-11 04:44:55 +0000 |
commit | d66c315e6ee4f59215cefadd22a020b8661a4e57 (patch) | |
tree | f78dd6c5cb5b85cdd7d78b5e0701369db42c422a /protocols/AimOscar/src/stdafx.h | |
parent | e6e9b81044d2e90cf6ec064898afce937f79382d (diff) |
aim:
"clientlogin":
few fixes
something still missed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-x | protocols/AimOscar/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h index e76898dcbf..8adc98a32f 100755 --- a/protocols/AimOscar/src/stdafx.h +++ b/protocols/AimOscar/src/stdafx.h @@ -169,6 +169,7 @@ 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_SERVER "login.oscar.aol.com"
//#define AIM_DEFAULT_SERVER_SSL "slogin.oscar.aol.com"
|