Commit 41bb8b5d authored by JC Brand's avatar JC Brand

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

parent 651a5de3
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
notify_all_room_messages: [ notify_all_room_messages: [
'discuss@conference.conversejs.org' 'discuss@conference.conversejs.org'
], ],
whitelisted_plugins: ['converse-inverse'], whitelisted_plugins: ['converse-inverse', 'converse-singleton'],
auto_reconnect: true, auto_reconnect: true,
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
message_archiving: 'always', message_archiving: 'always',
......
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
'converse-otr', 'converse-otr',
'converse-ping', 'converse-ping',
'converse-register', 'converse-register',
'converse-roomslist',
'converse-rosterview', 'converse-rosterview',
'converse-vcard' 'converse-vcard'
]; ];
......
...@@ -110,7 +110,6 @@ ...@@ -110,7 +110,6 @@
show_controlbox_by_default: true, show_controlbox_by_default: true,
sounds_path: '/node_modules/converse.js/sounds/', // New default sounds_path: '/node_modules/converse.js/sounds/', // New default
sticky_controlbox: true, sticky_controlbox: true,
whitelisted_plugins: ['converse-roomslist', 'converse-singleton'],
}); });
_converse.isMessageToHiddenChat = function (message) { _converse.isMessageToHiddenChat = function (message) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment