summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2016-04-03 17:11:21 +0000
committerAlexander Gluzsky <sss123next@list.ru>2016-04-03 17:11:21 +0000
commitc3d5068e1d3f07a0959aaa366fee11a552245c1a (patch)
tree0aa956a0a8cb69a1b6c6e1b17220043ab92a8f93 /protocols/AimOscar/src/stdafx.h
parentb2ca0aa7399c74e8ee11f7dcc0404a1407272477 (diff)
aim protocol:
started "clienlogin" implementation skeleton is somehow done, just actual work implementation left to be done) git-svn-id: http://svn.miranda-ng.org/main/trunk@16581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-xprotocols/AimOscar/src/stdafx.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h
index fa500f9a2e..3bd2c89403 100755
--- a/protocols/AimOscar/src/stdafx.h
+++ b/protocols/AimOscar/src/stdafx.h
@@ -128,6 +128,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AIM_KEY_MG "ManageGroups"
#define AIM_KEY_DA "DisableAvatars"
#define AIM_KEY_DSSL "DisableSSL"
+#define AIM_KEY_CLIENTLOGIN "UseClientLogin"
#define AIM_KEY_FSC "ForceSingleClient"
#define OTH_KEY_SM "StatusMsg"
@@ -161,11 +162,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AIM_KEY_BLS "IsBlast"
#define AIM_KEY_NIL "IsNotInList"
-#define AIM_DEFAULT_SERVER "slogin.oscar.aol.com"
-#define AIM_DEFAULT_SERVER_NS "login.oscar.aol.com"
+#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_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
+//#define AIM_DEFAULT_SSL_PORT 5190
//Some Defaults for various things
#define DEFAULT_KEEPALIVE_TIMER 39 // secs