nextcloud / talk_matterbridge

This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services
https://apps.nextcloud.com/apps/talk_matterbridge
GNU Affero General Public License v3.0
39 stars 7 forks source link

XMPP bridge to ejabberd - too many colons in address error #45

Closed greavette closed 3 years ago

greavette commented 3 years ago

Hello,

Matterbridge version : 1.22.1

I'm attempting to setup Talk_Matterbridge to my ejabberd server. I'm receiving the following error:

time="2021-04-30T09:27:25-04:00" level=info msg="Running version 1.22.1 b979aff2" prefix=main time="2021-04-30T09:27:25-04:00" level=info msg="Parsing gateway myGateway" prefix=router time="2021-04-30T09:27:25-04:00" level=info msg="Starting bridge: xmpp.0 " prefix=router time="2021-04-30T09:27:25-04:00" level=info msg="Connecting https://10.101.1.10:5222" prefix=xmpp time="2021-04-30T09:27:25-04:00" level=fatal msg="Starting gateway failed: Bridge xmpp.0 failed to start: dial tcp: address https://10.101.1.10:5222: too many colons in address" prefix=main

In Talk_Matterbridge settings I have input into XMPP / Jabber server URL: https://10.101.1.10:5222

I have only added one colon in this URL. Any ideas why the error says I have too many colons in my address?

Thank you.

sirdrakeistda commented 3 years ago

Try to leave out "https://" and define the server only as "10.101.1.10:5222".

greavette commented 3 years ago

Thanks very much for this suggestion. I believe this has fixed my issue. Thank you.