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 -> NC doesn't submit anything despite no errors in log #54

Open maste9 opened 3 years ago

maste9 commented 3 years ago

Just tried XMPP and while the bridging seems to work according to the log

time="2021-06-10T07:59:26Z" level=info msg="Running version 1.22.2 641ed187" prefix=main
time="2021-06-10T07:59:26Z" level=info msg="Parsing gateway myGateway" prefix=router
time="2021-06-10T07:59:26Z" level=info msg="Starting bridge: xmpp.0 " prefix=router
time="2021-06-10T07:59:26Z" level=info msg="Connecting [server].net:5222" prefix=xmpp
time="2021-06-10T07:59:26Z" level=info msg="Connection succeeded" prefix=xmpp
time="2021-06-10T07:59:26Z" level=info msg="xmpp.0: joining ocikehiy@conference.[server].net (ID: ocikehiy@conference.[server].netxmpp.0)" prefix=xmpp
time="2021-06-10T07:59:26Z" level=info msg="Starting bridge: nctalk.1 " prefix=router
time="2021-06-10T07:59:26Z" level=info msg=Connecting prefix=nctalk
time="2021-06-10T07:59:26Z" level=info msg=Connected prefix=nctalk
time="2021-06-10T07:59:26Z" level=info msg="nctalk.1: joining 3d2duunn (ID: 3d2duunnnctalk.1)" prefix=nctalk
time="2021-06-10T07:59:26Z" level=info msg="Gateway(s) started succesfully. Now relaying messages" prefix=main

I don't receive any message in any direction :-/ Do I miss sth obvious?...

gary-kim commented 3 years ago

Seems fine. Does it work when using Matterbridge directly rather than through the integration?

maste9 commented 3 years ago

Seems fine. Does it work when using Matterbridge directly rather than through the integration?

Yes, that works fine.

[0000]  INFO main:         Running version 1.22.2 641ed187
[0000]  INFO router:       Parsing gateway gateway1
[0000]  INFO router:       Starting bridge: nctalk.cloud 
[0000]  INFO nctalk:       Connecting
[0001]  INFO nctalk:       Connected
[0001]  INFO nctalk:       nctalk.cloud: joining 3d2duunn (ID: 3d2duunnnctalk.cloud)
[0003]  INFO router:       Starting bridge: xmpp.myxmpp 
[0003]  INFO xmpp:         Connecting ismus.net:5222
[0003]  INFO xmpp:         Connection succeeded
[0003]  INFO xmpp:         xmpp.myxmpp: joining ocikehiy (ID: ocikehiyxmpp.myxmpp)
[0003]  INFO main:         Gateway(s) started succesfully. Now relaying messages

So there might be a misconfiguration in the upper example despite the log claiming everything's fine ...