Closed syserr0r closed 1 month ago
This had been fixed here and will be available on next stable release. https://github.com/jitsi/docker-jitsi-meet/commit/0b75cd16898600058d421b3f79ec3a04c06927c9
.jitsi-meet-cfg/jigasi/sip-communicator.properties
but these changes were lost as it appears the file is regenerated on service start.
You need to create a custom file custom-sip-communicator.properties
and that should be ....SERVER_ADDRESS=xmpp.meet.jitsi
To get this working for now I have exposed port 5222 in docker-compose by changing:
to
I suspect this is not ideal and it would be better if Jigasi tried to connect to
${XMPP_SERVER:-xmpp.meet.jitsi}
instead.I attempted to change
org.jitsi.jigasi.xmpp.acc.SERVER_ADDRESS=jitsi.mydomain.com
in.jitsi-meet-cfg/jigasi/sip-communicator.properties
but these changes were lost as it appears the file is regenerated on service start.