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

13 lines
240 B
JavaScript
Raw Normal View History

define("converse-dependencies", [
"locales",
"backbone.localStorage",
"jquery.tinysort",
"strophe",
"strophe.muc",
"strophe.roster",
"strophe.vcard",
"strophe.disco"
], function() {
return undefined;
});