comparison libpurple/protocols/myspace/myspace.h @ 19598:339c7c8c0e08

If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete) code to check for a newer official client. Incomplete because libpurple keeps redirecting because MySpace's servers always send Content-Location header.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 04 Sep 2007 05:01:25 +0000
parents 582a5608cfc1
children 44b4e8bd759b 191fa8a8c0bc
comparison
equal deleted inserted replaced
19597:1b22d4c6fe47 19598:339c7c8c0e08
88 * supports specifying a length limit on the protocol's password. */ 88 * supports specifying a length limit on the protocol's password. */
89 /* #define MSIM_MAX_PASSWORD_LENGTH 10 */ 89 /* #define MSIM_MAX_PASSWORD_LENGTH 10 */
90 90
91 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */ 91 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */
92 #define MSIM_CLIENT_VERSION 697 92 #define MSIM_CLIENT_VERSION 697
93
94 /* Check for a newer official MySpaceIM client on startup?
95 * (Mostly useful for developers) */
96 /*#define MSIM_CHECK_NEWER_VERSION*/
93 97
94 /* Language codes from http://www.microsoft.com/globaldev/reference/oslocversion.mspx */ 98 /* Language codes from http://www.microsoft.com/globaldev/reference/oslocversion.mspx */
95 #define MSIM_LANGUAGE_ID_ENGLISH 1033 99 #define MSIM_LANGUAGE_ID_ENGLISH 1033
96 #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH" 100 #define MSIM_LANGUAGE_NAME_ENGLISH "ENGLISH"
97 101