If you want to use the ProsodyCtl utility to import certificates, this utility is available (once Peertube is started) using the following command (adapting the path to your Peertube data folder, and replacing "xxx" with the arguments you wish to pass to prosodyctl): `sudo -u peertube /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosodyAppImage/squashfs-root/AppRun prosodyctl --config /var/www/peertube/storage/plugins/data/peertube-plugin-livechat/prosody/prosody.cfg.lua xxx`
These rules could be used to run arbitrary code on the server.If you are a hosting provider, and you don't want to allow Peertube admins to write such rules, you can disable the online editing by creating a `disable_mod_firewall_editing` file in the plugin directory (`plugins/data/peertube-plugin-livechat/disable_mod_firewall_editing`).This is opt-out, as Peertube admins can already run arbitrary code just by installing any plugin.You can still use mod_firewall by editing files directly on the server.
You can also edit these firewall rules directly on the server, in the `plugins/data/peertube-plugin-livechat/prosody/mod_firewall_config/` directory.File names must only contains alphanumerical characters, underscores and hyphens.The extension must be `.pfw`, or `.pfw.disabled` if you want to disable a file.Please be sure that the peertube system user has write access to these files, else the web editing interface will fail.Once you have edited these files, you must reload prosody.This can be done by saving the plugin settings, or saving the mod_firewall configuration in the web interface, or by restarting Peertube.
When you save the configuration, the server will automatically reload it, and your rules will apply immediatly.You can check that there is no parsing error in the Prosody error log.To do so, you can read the `plugins/data/peertube-plugin-livechat/prosody/prosody.err` file, or use the [diagnostic tool](/peertube-plugin-livechat/documentation/installation/troubleshooting/) that will show last Prosody errors.
Don't hesitate to share your rules.To do so, you can for example edit this [page](/peertube-plugin-livechat/contributing/document/#write-documentation).
The search result will also include all messages related to participants who had the same nickname.You can differenciate them by comparing [JID](https://xmpp.org/extensions/xep-0029.html) and [occupant-id](https://xmpp.org/extensions/xep-0421.html).
The livechat plugin includes a Moderator Notes Application: you can write some notes, that could be associated to chat participants.Every room's admins have access to these notes, so they can edit them collaboratively.