Sfoglia il codice sorgente

fix(prosody): Adds missing identity module.

damencho 1 mese fa
parent
commit
3016b33e92
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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