cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Better XHTML-IM handling. #417

Closed cburschka closed 8 years ago

cburschka commented 8 years ago

The markup handling is kind of dirty, because some displaying logic is inside the XMPP module, and the APIs are also inconsistent..

This cleanup will alter the API to the point that:

(xmpp.sendMessage also accepts a single DOM node for convenience)