xmpp.chapril.org-conversejs/src/plugins/muc-views
JC Brand bd60861c1e Don't import plugins' index.js file from other plugins
Importing a plugin's `index.js` file from other plugins means that it's no
longer possible to remove that plugin by removing it from `src/converse.js`.

Instead, all plugins need to be imported in proper order from
`src/headless/headless.js` and `src/converse.js`.

Updates #3026
2022-09-20 14:48:20 +02:00
..
modals Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
styles Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
templates Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
tests Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
adhoc-commands.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
bottom-panel.js Fix send button not working in a muc room 2021-10-30 21:16:11 +02:00
chatarea.js Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
config-form.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
constants.js Show avatars in MUC occupants sidebar 2021-11-19 21:08:51 +01:00
destroyed.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
disconnected.js MUC: Store disconnection data on the session 2021-05-13 15:45:12 +02:00
heading.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
index.js Don't import plugins' index.js file from other plugins 2022-09-20 14:48:20 +02:00
message-form.js MUC: Register handler to parse for commands in the plugin index.js 2022-02-14 15:17:05 +01:00
modtools.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
muc.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
nickname-form.js Add modal for changing your nickname... 2022-02-09 20:05:30 +01:00
password-form.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
search.js Insert only the MUC JID when clicking an auto-complete suggestion 2022-06-12 10:25:41 +02:00
sidebar.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
utils.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00