diff libpurple/protocols/myspace/myspace.h @ 19936:191fa8a8c0bc

Add compile-time option MSIM_MARKUP_SHOW_UNKNOWN_TAGS, enabled by default (to encourage bug reports to be filed on unknown tags), and ignore the <html> tag that Adium sends.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 17 Sep 2007 03:34:11 +0000
parents 339c7c8c0e08
children 4bb2ab77938e 2a9f3a499b0d
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Sep 11 23:50:37 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Mon Sep 17 03:34:11 2007 +0000
@@ -67,6 +67,9 @@
 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/
 /*#define MSIM_DEBUG_RXBUF            */
 
+/* Encode unknown HTML tags in messages in [], instead of ignoring */
+#define MSIM_MARKUP_SHOW_UNKNOWN_TAGS 
+
 /* Define to cause init_plugin() to run some tests and print
  * the results to the Purple debug log, then exit. Useful to 
  * run with 'pidgin -d' to see the output. Don't define if