Mercurial > prosody-modules
view mod_rawdebug/README.md @ 6323:6216d85162dc
mod_invites_register_web: Fix loading resources from relative paths
Both module:get_option_path and module:load_resource makes the path
relative to the plugin resource directory, so when running form a source
checkout where this path is relative, the path was expanded relative to
itself, becoming duplicated.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 06 Sep 2025 20:57:57 +0200 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line source
--- summary: Extra verbose logging of sent and received --- Summary ======= Sometimes it is useful to get the raw XML logs from clients for debugging purposes, but some clients don't expose this. This module logs dumps everything sent and received into debug logs, for debugging purposes.
