xmpp.chapril.org-conversejs/src/deps-full.js

20 lines
358 B
JavaScript
Raw Normal View History

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