/** Converse.js
*
* An XMPP chat client that runs in the browser.
* Version: 3.3.4
*/
/* jshint ignore:start */
(function (root, factory) {
root.converse = factory();
}(this, function () {
//almond, and your modules will be inlined here
/* jshint ignore:end */