Add community modules for Prosody and give an example of enabling notifications.

This commit is contained in:
2026-07-23 14:50:42 -07:00
parent b5ae8ff0ce
commit 5b8deb8a67
2 changed files with 5 additions and 1 deletions
@@ -26,3 +26,7 @@ VirtualHost "example.com"
---Set up an external component (default component port is 5347)
--Component "gateway.example.com"
-- component_secret = "password"
-- modules_enabled = {
-- "cloud_notify";
-- }