diff libpurple/protocols/myspace/myspace.h @ 20273:187fa336c1b0

Plucked mysapce tag parsing fixes applied changes from c5468fb873563f4e1249323a03f5531e192965f3 through 34d642b12b7215d55fd032cd513a7e225715f19a applied changes from 43e06ba1c67cc326d2d93f14d67709b2375da88b through bf8de57ed4c36f188044ea0684c201d0a1a67169 applied changes from 854642c5c0ea1bb31de3fd0dc5b0c480b70fc327 through 5a661e7759c94109af265616312c40858ae77e27
author Evan Schoenberg <evan.s@dreskin.net>
date Fri, 28 Sep 2007 21:30:15 +0000
parents 43a8cd1f708c
children fae699fece1f
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Fri Sep 28 20:58:27 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Fri Sep 28 21:30:15 2007 +0000
@@ -67,6 +67,10 @@
 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/
 /*#define MSIM_DEBUG_RXBUF            */
 
+/* Encode unknown HTML tags from IM clients in messages as [tag], instead of 
+ * ignoring. Useful for debugging */
+/*#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