prosody: add metadata component

Necessary for whiteboard usage.
This commit is contained in:
Jean-Vincent kassi 2023-01-12 13:16:28 +00:00 committed by GitHub
parent 07f7054bad
commit 68751c27f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"