xmpp.chapril.org-conversejs/src/plugins
JC Brand 003a90c71c Don't explicitly trigger the hook parseMessageForCommands
inside `parseMessageForMUCCommands`.

If the function doesn't find any core MUC commands, it calls
`parseMessageForCommands` which will trigger the hook.

I think it's appropriate to give built-in commands preference above
commands by 3rd party plugins and this also solves the issue of the hook
being triggered twice (once in `parseMessageForMUCCommands` and
then again in `parseMessageForCommands`).
2022-01-27 19:12:35 +01:00
..
bookmark-views Replace more font icons with svg icons 2021-11-14 22:53:04 +01:00
chatboxviews Create the converse-avatar custom element 2021-11-19 10:00:04 +01:00
chatview Fix failing tests 2022-01-27 19:12:35 +01:00
controlbox Move webpack files into dir 2022-01-27 13:08:40 +01:00
dragresize Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
fullscreen Fixes #2715 2021-11-24 21:52:40 +01:00
headlines-view Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
mam-views Update lit imports 2021-09-29 11:20:14 +02:00
minimize Fix trimming of chats in overlayed view mode 2021-10-14 17:49:20 +02:00
modal Create directory for modal plugin 2021-09-20 11:13:26 +02:00
muc-views Don't explicitly trigger the hook parseMessageForCommands 2022-01-27 19:12:35 +01:00
notifications Breaking change: stop setting config variables on the _converse object 2021-09-21 17:08:30 +02:00
omemo Create converse-omemo-profile component 2021-11-24 21:14:11 +01:00
profile Fixes #2683, Updates #1317 2021-11-24 22:44:02 +01:00
push Replace more font icons with svg icons 2021-11-14 22:53:04 +01:00
register Stop using the Jasmine "done" callback 2021-06-29 15:59:49 +02:00
roomslist Move isUniView function to utils 2021-09-29 12:03:21 +02:00
rootview Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
rosterview Show avatars in MUC occupants sidebar 2021-11-19 21:08:51 +01:00
singleton Fix margin issues at different viewport sizes 2021-11-26 09:52:52 +01:00
oauth.js Move all plugin files to ./plugin folders 2020-12-03 16:41:15 +01:00