xmpp.chapril.org-conversejs/src/deps-no-otr.js

20 lines
365 B
JavaScript
Raw Normal View History

define("converse-dependencies", [
"moment",
"locales",
"backbone.browserStorage",
"backbone.overview",
"jquery.browser",
"typeahead",
"utils",
"strophe",
"strophe.muc",
"strophe.roster",
"strophe.vcard",
"strophe.disco"
], function(moment) {
return {
'otr': undefined,
'moment': moment
};
});