We want to list all the connected JVBs. I read you can query the jvbbrewery muc in Prosody to list them.
We are running Jitsi with Docker. I have enabled “auth_telnet” and forwarded port 5582 in docker-compose.yml. But doing telnet just closes:
[jitsi@mymachine ~]$ telnet localhost 5582
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.
Connection closed by foreign host.
Shouldn’t I get a prompt to send commands? What am I doing wrong?