grim/containers/prosody

enable the admin_telnet module

2020-01-07, Gary Kramlich
6c9e340165c8
Parents 75f4e4d9e0c5
Children 27a76930f810
enable the admin_telnet module
--- a/prosody.cfg.lua Tue Jan 07 08:05:15 2020 -0600
+++ b/prosody.cfg.lua Tue Jan 07 08:21:03 2020 -0600
@@ -42,6 +42,8 @@
"http_files"; -- Serve static files from a directory over HTTP
"prometheus"; -- enable the prometheus plugin
+
+ "admin_telent"; -- useful for debugging
}
modules_disabled = {}