converse-core is not a plugin

This commit is contained in:
JC Brand 2019-02-11 14:45:12 +01:00
parent a7386200f7
commit aa64df35ee
2 changed files with 1 additions and 2 deletions

2
dist/converse.js vendored
View File

@ -62605,7 +62605,7 @@ pluggable_js_dist_pluggable__WEBPACK_IMPORTED_MODULE_8___default.a.enable(_conve
// These are just the @converse/headless plugins, for the full converse,
// the other plugins are whitelisted in src/converse.js
_converse.core_plugins = ['converse-chatboxes', 'converse-core', 'converse-disco', 'converse-mam', 'converse-muc', 'converse-ping', 'converse-pubsub', 'converse-roster', 'converse-vcard'];
_converse.core_plugins = ['converse-chatboxes', 'converse-disco', 'converse-mam', 'converse-muc', 'converse-ping', 'converse-pubsub', 'converse-roster', 'converse-vcard'];
_converse.keycodes = {
TAB: 9,
ENTER: 13,

View File

@ -84,7 +84,6 @@ pluggable.enable(_converse, '_converse', 'pluggable');
// the other plugins are whitelisted in src/converse.js
_converse.core_plugins = [
'converse-chatboxes',
'converse-core',
'converse-disco',
'converse-mam',
'converse-muc',