diff libpurple/protocols/myspace/myspace.h @ 19893:4bb2ab77938e

In msimprpl, log unrecognized HTML tags received from the IM client, and default to ignoring unknown tags instead of showing them.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 18 Sep 2007 00:57:39 +0000
parents 191fa8a8c0bc
children e86f136e880e
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Sep 18 00:47:51 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Tue Sep 18 00:57:39 2007 +0000
@@ -67,8 +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 
+/* 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