aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_stanza_debug.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-1/+1
|
* plugins: Remove tostring call from loggingKim Alvefur2019-07-301-3/+2
| | | | | | Taken care of by loggingmanager now Mass-rewrite using lua pattern like `tostring%b()`
* mod_stanza_debug: Logs full stanzas sent and received for debugging purposesKim Alvefur2017-10-231-0/+29