This question discusses sending messages with node-xmpp: Connecting to Google Talk over XMPP on Node.js
Anyone know how to get an HTML formatted message. The library they are using escapes the HTML in a node module called ltx.
This question discusses sending messages with node-xmpp: Connecting to Google Talk over XMPP on Node.js
Anyone know how to get an HTML formatted message. The library they are using escapes the HTML in a node module called ltx.
See XEP-0071. Make sure your HTML is valid XML (XHTML), then embed like this:
Note that the plain text is also included for clients that can't render XHTML.