From de9b1e619701cbe1d52e34b676db96383e44baff Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 20 Oct 2023 10:17:20 +0000 Subject: [PATCH] prosody: docs: not about watch:stanzas --- hosts/by-name/servo/services/prosody/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/by-name/servo/services/prosody/default.nix b/hosts/by-name/servo/services/prosody/default.nix index 985f0592..8bea3591 100644 --- a/hosts/by-name/servo/services/prosody/default.nix +++ b/hosts/by-name/servo/services/prosody/default.nix @@ -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: # - can modify/inspect arbitrary internals (lua) by prefixing line with `> ` # - e.g. `> _G` to print all globals