comparison libpurple/protocols/oscar/clientlogin.c @ 29796:d932f43cde86

Change clientLogin to use HTTPS, since the hash calculation appears fixed now.
author Paul Aurich <paul@darkrain42.org>
date Thu, 18 Feb 2010 21:52:18 +0000
parents e1dd357fc494
children 66a15a093e61
comparison
equal deleted inserted replaced
29795:bc2760c74a79 29796:d932f43cde86
41 41
42 #include "cipher.h" 42 #include "cipher.h"
43 #include "core.h" 43 #include "core.h"
44 44
45 #define URL_CLIENT_LOGIN "https://api.screenname.aol.com/auth/clientLogin" 45 #define URL_CLIENT_LOGIN "https://api.screenname.aol.com/auth/clientLogin"
46 #define URL_START_OSCAR_SESSION "http://api.oscar.aol.com/aim/startOSCARSession" 46 #define URL_START_OSCAR_SESSION "https://api.oscar.aol.com/aim/startOSCARSession"
47 47
48 /* 48 /*
49 * Using clientLogin requires a developer ID. This key is for libpurple. 49 * Using clientLogin requires a developer ID. This key is for libpurple.
50 * It is the default key for all libpurple-based clients. AOL encourages 50 * It is the default key for all libpurple-based clients. AOL encourages
51 * UIs (especially ones with lots of users) to override this with their 51 * UIs (especially ones with lots of users) to override this with their