--- a/src/protocols/jabber/message.c Wed Nov 26 16:33:40 2003 +0000 +++ b/src/protocols/jabber/message.c Wed Nov 26 17:28:13 2003 +0000 @@ -278,7 +278,7 @@ jm->body = xmlnode_get_data(child); } else if(!strcmp(child->name, "html")) { if(!jm->xhtml) - jm->xhtml = xmlnode_to_str(child); + jm->xhtml = xmlnode_to_str(child, NULL); } else if(!strcmp(child->name, "error")) { const char *code = xmlnode_get_attrib(child, "code"); char *code_txt = NULL;