prosody: docs: not about watch:stanzas

This commit is contained in:
Colin 2023-10-20 10:17:20 +00:00
parent f43bb446c8
commit de9b1e6197

View File

@ -14,6 +14,7 @@
# - enable `log.debug = "*syslog"` in extraConfig
# - interactive:
# - `telnet localhost 5582` (this is equal to `prosodyctl shell` -- but doesn't hang)
# - `watch:stanzas(target_spec, filter)` -> to log stanzas, for version > 0.12
# - console docs: <https://prosody.im/doc/console>
# - can modify/inspect arbitrary internals (lua) by prefixing line with `> `
# - e.g. `> _G` to print all globals