Make `converse-roomslist
` a core (i.e. by default whitelisted) plugin
This commit is contained in:
parent
651a5de315
commit
41bb8b5da7
@ -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',
|
||||
|
@ -86,6 +86,7 @@
|
||||
'converse-otr',
|
||||
'converse-ping',
|
||||
'converse-register',
|
||||
'converse-roomslist',
|
||||
'converse-rosterview',
|
||||
'converse-vcard'
|
||||
];
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user