Browse Source

prosody: add metadata component

Necessary for whiteboard usage.
Jean-Vincent kassi 2 years ago
parent
commit
68751c27f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

@@ -327,3 +327,7 @@ Component "breakout.{{ $XMPP_DOMAIN }}" "muc"
         {{ end -}}
     }
 {{ end }}
+
+Component "metadata.{{ $XMPP_DOMAIN }}" "room_metadata_component"
+    muc_component = "{{ $XMPP_MUC_DOMAIN }}"
+    breakout_rooms_component = "breakout.{{ $XMPP_DOMAIN }}"