Make `converse-roomslist` a core (i.e. by default whitelisted) plugin

This commit is contained in:
JC Brand 2017-06-14 10:47:57 +02:00
parent 651a5de315
commit 41bb8b5da7
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
notify_all_room_messages: [
'discuss@conference.conversejs.org'
],
whitelisted_plugins: ['converse-inverse'],
whitelisted_plugins: ['converse-inverse', 'converse-singleton'],
auto_reconnect: true,
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
message_archiving: 'always',

View File

@ -86,6 +86,7 @@
'converse-otr',
'converse-ping',
'converse-register',
'converse-roomslist',
'converse-rosterview',
'converse-vcard'
];

View File

@ -110,7 +110,6 @@
show_controlbox_by_default: true,
sounds_path: '/node_modules/converse.js/sounds/', // New default
sticky_controlbox: true,
whitelisted_plugins: ['converse-roomslist', 'converse-singleton'],
});
_converse.isMessageToHiddenChat = function (message) {