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

22 lines
403 B
JavaScript
Raw Normal View History

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