comparison libpurple/protocols/myspace/myspace.h @ 19891: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
comparison
equal deleted inserted replaced
19890:39d620a93907 19891:191fa8a8c0bc
64 /*#define MSIM_DEBUG_MSG */ 64 /*#define MSIM_DEBUG_MSG */
65 /* Low-level and rarely needed */ 65 /* Low-level and rarely needed */
66 /*#define MSIM_DEBUG_PARSE */ 66 /*#define MSIM_DEBUG_PARSE */
67 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/ 67 /*#define MSIM_DEBUG_LOGIN_CHALLENGE*/
68 /*#define MSIM_DEBUG_RXBUF */ 68 /*#define MSIM_DEBUG_RXBUF */
69
70 /* Encode unknown HTML tags in messages in [], instead of ignoring */
71 #define MSIM_MARKUP_SHOW_UNKNOWN_TAGS
69 72
70 /* Define to cause init_plugin() to run some tests and print 73 /* Define to cause init_plugin() to run some tests and print
71 * the results to the Purple debug log, then exit. Useful to 74 * the results to the Purple debug log, then exit. Useful to
72 * run with 'pidgin -d' to see the output. Don't define if 75 * run with 'pidgin -d' to see the output. Don't define if
73 * you want to actually use the plugin! */ 76 * you want to actually use the plugin! */