prosody: add metadata component

Necessary for whiteboard usage.
pull/1461/head
Jean-Vincent kassi 2 years ago committed by GitHub
parent 07f7054bad
commit 68751c27f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

Loading…
Cancel
Save