You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect a talk channel to my xmpp server but when I enable the bridge I get the following error. level=fatal msg="Starting gateway failed: Bridge nctalk.1 failed to start: invalid character '<' looking for beginning of value" prefix=main
I"m using the latest version of nextcloud, talk, and matterbridge.
I have the settings filled out like this:
url: example.com:5222
muc: conference.example.com:5222
jid: user@example.com
nickname: bot
password: a long password
channel: channelname
I've verified that my account can log into my xmpp server over a normal xmpp client via username/password authentication. It works via the jsxc nextcloud app as well.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have noticed, that your muc contains :5222. This should not be needed (so just type muc: conference.example.com).
I don't think this is the issue. Interesting would be if your password contains this '<' character or are there any none default characters in the username or channel name (xmpp allows most unicode characters, see also: https://xmpp.org/extensions/xep-0029.html)
I'm trying to connect a talk channel to my xmpp server but when I enable the bridge I get the following error.
level=fatal msg="Starting gateway failed: Bridge nctalk.1 failed to start: invalid character '<' looking for beginning of value" prefix=main
I"m using the latest version of nextcloud, talk, and matterbridge.
I have the settings filled out like this:
I've verified that my account can log into my xmpp server over a normal xmpp client via username/password authentication. It works via the jsxc nextcloud app as well.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: