xmpp.chapril.org-conversejs/src
JC Brand 659a69e7b7 Make sure a moderator can also add contacts...
since they can see real JIDs, even if the room is semi-anonymous.

Also made changes regarding programming style and conventions:

- Pass in `this` to the template
    Recently I've started simplifying the `render` method by just
    passing `this` into the template and letting the template calculate
    what it needs from that.
- Don't use `bind()`
    It's slow and arrow functions can be used instead.
- Don't use an i18n string inside a tagged template literal
    Due to limitations with `xgettext` which cannot parse properly
    inside tagged template literals
- Use snake-case for variables
2022-11-03 10:14:12 +01:00
..
headless Release 10.0.0 2022-10-30 17:03:41 +01:00
i18n Release 10.0.0 2022-10-30 17:03:41 +01:00
plugins Make sure a moderator can also add contacts... 2022-11-03 10:14:12 +01:00
shared Classic theme: re-use CSS variable names 2022-11-03 09:53:06 +01:00
templates Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
utils Fixes #2939 2022-10-19 09:51:20 +02:00
converse.js Move Add-Hoc commands UI code into its own plugin 2022-10-18 09:33:28 +02:00
entry.js Make sure converse.initialize still returns a Promise 2021-11-30 16:11:52 +01:00
strophe-shims.js Upgrade to Strophe 1.5.0 and upgrade various other dependencies 2022-04-28 23:53:31 +02:00
website.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00