diff 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
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Sep 04 00:10:03 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Tue Sep 04 05:01:25 2007 +0000
@@ -91,6 +91,10 @@
 /* Build version of MySpaceIM to report to servers (1.0.xxx.0) */
 #define MSIM_CLIENT_VERSION         697
 
+/* Check for a newer official MySpaceIM client on startup?
+ * (Mostly useful for developers) */
+/*#define MSIM_CHECK_NEWER_VERSION*/
+
 /* Language codes from http://www.microsoft.com/globaldev/reference/oslocversion.mspx */
 #define MSIM_LANGUAGE_ID_ENGLISH    1033
 #define MSIM_LANGUAGE_NAME_ENGLISH  "ENGLISH"