grim/containers/prosody

Enable session management and push notifications
draft
2021-02-11, Gary Kramlich
bdfca421dff8
Parents 1174c22d8e65
Children e5dad70fd8d0
Enable session management and push notifications
--- a/prosody.cfg.lua Thu Feb 11 06:13:03 2021 -0600
+++ b/prosody.cfg.lua Thu Feb 11 07:57:56 2021 -0600
@@ -40,6 +40,9 @@
"websocket"; -- XMPP over WebSockets
"http_files"; -- Serve static files from a directory over HTTP
+ "smacks"; -- XEP-0198 Session Management
+ "cloud_notify"; -- XEP-0357 Push Notifications
+
"prometheus"; -- enable the prometheus plugin
"admin_telnet"; -- useful for debugging