Explorar el Código

fix(prosody): Adds missing identity module.

damencho hace 1 mes
padre
commit
3016b33e92
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 1 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -166,6 +166,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
     }
     modules_enabled = {
         "bosh";
+        "features_identity";
         {{ if $ENABLE_XMPP_WEBSOCKET }}
         "websocket";
         "smacks"; -- XEP-0198: Stream Management