Have an install of the most recent Jitsi-Meet application on Ubuntu 18.04 LTS. We have been trying to upgrade Prosody to 0.11 from the Prosody repos in hopes of utilizing newer features but are having Jitsi break as a result of the upgrade, causing connections to drop and users not to see each other in rooms. We confirmed that it works before the upgrade just fine.
We double checked storage = “none” as per this thread.
But are having errors such as this in JVB:
2020-03-31 19:25:59.017 WARNING: [83] org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener: Connection XMPPTCPConnection[not-authenticated] (0) closed with error
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
<stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text>This server does not serve auth.domain.com</text></stream:error>
And something very similar in Jicofo.log:
Jicofo 2020-03-31 19:31:23.183 WARNING: [235] org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener() Connection XMPPTCPConnection[not-authenticated] (0) closed with error
org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
<stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text>This server does not serve auth.domain.com</text></stream:error>
Combed through our configs and confirmed that the correct domain is on all of them. The original Prosody config is present. Not really sure what to look at now.