How to enable Jitsi Meet WebSocket (XMPP-WebSocket) and smacks for Prosody
https://www.ai38ml.com/how-to-update-prosody-in-jitsi-meet-in-ubuntu-or-how-to-solve-issue-of-disconnected-participant-shown-in-conference/ After updating the prosody server you need to change in prosody config /etc/prosody/conf.avail/your-domain.com.cfg.lua like below cross_domain_websocket = true; consider_websocket_secure = true; VirtualHost "your-domain.com" ... modules_enabled = { "bosh"; "websocket";…