diff libpurple/protocols/oscar/oscarcommon.h @ 25246:7f0321038c53

Implement a sane mechanism for switching an OSCAR account to SSL. The user checks the box and, if their login server is one of the default ones used in libpurple, change it to the SSL server. If the user unchecks the box, change it back. I'm not happy with this, but it works. It might be sensible to adjust our connecting server and not change the account option)
author Paul Aurich <paul@darkrain42.org>
date Thu, 18 Dec 2008 05:27:39 +0000
parents ea70a446dde4
children 7054f810b0f9 5391094529c6
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscarcommon.h	Thu Dec 18 05:05:40 2008 +0000
+++ b/libpurple/protocols/oscar/oscarcommon.h	Thu Dec 18 05:27:39 2008 +0000
@@ -33,6 +33,7 @@
 #define OSCAR_DEFAULT_LOGIN_SERVER "login.messaging.aol.com"
 #define OSCAR_DEFAULT_LOGIN_PORT 5190
 #define OSCAR_DEFAULT_SSL_LOGIN_SERVER "slogin.oscar.aol.com"
+#define OSCAR_OLD_LOGIN_SERVER "login.oscar.aol.com"
 #ifndef _WIN32
 #define OSCAR_DEFAULT_CUSTOM_ENCODING "ISO-8859-1"
 #else