Commit d92033a0 authored by JC Brand's avatar JC Brand

Merge pull request #22 from sonata82/master

Fixed compare operator in strophe.muc. (Thanks!)
parents 147c3704 daac3fdf
......@@ -180,7 +180,7 @@
xmlns: Strophe.NS.CLIENT
}).t(message);
msg.up();
if (html_message !== null) {
if (html_message != null) {
msg.c("html", {xmlns: Strophe.NS.XHTML_IM}).c("body", {xmlns: Strophe.NS.XHTML}).h(html_message);
if (msg.node.childNodes.length === 0) {
......
{
"name": "Converse.js",
"description": "Converse.js is a web based XMPP/Jabber instant messaging client",
"version": "0.4.1"
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment