Skip to content

Commit 3016b33

Browse files
committed
fix(prosody): Adds missing identity module.
1 parent 7c2b8b5 commit 3016b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
166166
}
167167
modules_enabled = {
168168
"bosh";
169+
"features_identity";
169170
{{ if $ENABLE_XMPP_WEBSOCKET }}
170171
"websocket";
171172
"smacks"; -- XEP-0198: Stream Management

0 commit comments

Comments
 (0)