GitHub - 42wim/matterbridge: bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API...

GitHub
@nextcloud @realaaa Matterbridge supports Slack, and Nextcloud Talk supports Matterbridge. So /in theory/ it's doable, but I haven't tried it myself...

#Nextcloud #Owncloud #Mattermost #Matterbridge #Slack #OpenSource #FOSS

@debacle

> Still, I would not switch, because other features, which I use everyday in #Jabber/#XMPP are still missing, e.g. gateways to IRC, Matrix, and SMS.

actually this is not true, there are bridges to #Matrix, #IRC, #XMPP, #WhatsApp and many other platforms via #Matterbridge

but your point still stands valid, if you are a happy xmpp user why to switch? for me it is a no-go for the mentioned problems of xmpp group centralization etc. and difficulty of onboarding

My experience attempting to contribute to #opensource :

1. Submit an additional pr
2. Contributor A asks me to fix a lint err my editor didn’t pick as it’s not often used.
3. Find out that the lint error would normally make the entire codebase error, except that it only checks the latest changes.
4. Attempt to fix the issue systematically, as the current contributor said not to have much knowledge in the language.
5. Contributor A merges the pr 🚀
6. Contributor B jumps in and reverts the merge, asks me to submit better commit messages

Don’t do it people it’s not worth it, fork their stuff and use it. Contributing back gives only pedantic bs.

#matterbridge #git

@id There seems to be recent activity on a new github-profile "matterbridge-org", which is a fork from the original maintainer and seems to include patches from the butterbridge-author as well. I guess they joined forces and #matterbridge is alive again?
https://github.com/matterbridge-org/matterbridge
GitHub - matterbridge-org/matterbridge: Multi-protocol chat bridge (IRC, Matrix, XMPP, Discord, Telegram, etc…)

Multi-protocol chat bridge (IRC, Matrix, XMPP, Discord, Telegram, etc…) - matterbridge-org/matterbridge

GitHub
Connection to irc is working bothways! #matterbridge

Eeeyyh it works 🚀

For those interested, I'm building a #matterbridge bridge to #mastodon api

https://codeberg.org/lil5/mastodon_matterbridge

mastodon_matterbridge

mastodon_matterbridge

Codeberg.org

https://www.cloudflarestatus.com/

#cloudflair is down for matrix.org

Does anyone else host #matterbridge room?

#matrix

Cloudflare Status

Welcome to Cloudflare's home for real-time and historical data on system performance.

I wanted to bridge IRC to XMPP and vice versa, here's how to do this with matterbridge.

After having set up both IRC and XMPP servers on my VPS recently I realized that it's annoying to keep multiple clients running with accounts logged into each of them. So I wanted to bridge a specific IRC channel with a XMPP/Jabber group chat channel.

After a little research I went with matterbridge and set it up like this:

  • Created a dedicated IRC user to join my existing channel #lounge
  • IRC runs ergo with SASL auth enabled
  • Created a dedicated XMPP user to join group chat bridging
  • XMPP is a prosody server with mod_muc enabled

My matterbridge.toml looks like this:

[irc] [irc.default] Nick="bridge" NickServNick="bridge" NickServPassword="secret" Server="irc.example.org:6697" UseTLS=true UseSASL=true SkipTLSVerify=false RemoteNickFormat="[{PROTOCOL}] <{NICK}> " [xmpp] [xmpp.default] Server="xmpp.example.org:5222" Jid="[email protected]" Password="secret" Muc="muc.xmpp.example.org" Nick="bridge" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " [[gateway]] name="irc2xmpp" enable=true [[gateway.inout]] account="irc.default" channel="#lounge" [[gateway.inout]] account="xmpp.default" channel="bridging"

I've created a dedicated non-login user on my VPS, downloaded the latest binary release, verified the checksums and set up a systemd unit with this config (as per the docs):

[Unit] Description=Matterbridge daemon After=network-online.target [Service] Type=simple ExecStart=/home/matterbridge/bin/matterbridge -conf /home/matterbridge/matterbridge.toml Restart=always RestartSec=30s User=matterbridge [Install] WantedBy=multi-user.target

Then I ran reloaded systemd's config and enabled the service. Logging in to the two chat solutions I was able to verify that messages are sent across. Hooray for interoperability!

Having this infrastructure in place I may want to bring in all kinds of other chat protocols that are supported, .. <3

#SelfHosting #IRC #XMPP #bridge #matterbridge #interoperability #chat

GitHub - 42wim/matterbridge: bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API...

GitHub

@cos hi, for your information there is a #DeltaChat #matterbridge plugin, that means you can bridge Delta Chat rooms to #Matrix, #Telegram, #XMPP, #IRC, etc

https://github.com/deltachat-bot/matterdelta

there is also other alternative bridges, ex. search for Telegram here:

https://deltachat-bot.github.io/public-bots/

@redbr1ck

GitHub - deltachat-bot/matterdelta: Bridge Delta Chat with any service supported by matterbridge

Bridge Delta Chat with any service supported by matterbridge - deltachat-bot/matterdelta

GitHub