Skip to content

Matrix bridges

Multi-chat bridges

Matterbridge

Testing:

cd ~/projects/im/matrix/bridges/matterbridge
docker-compose up

IRC bridges

Comparism of different IRC bridges

matrix.org IRC bridge

https://medium.com/@agathver/staying-always-online-in-irc-using-riot-the-right-way-d4c4ff2f43d0 https://github.com/matrix-org/matrix-appservice-irc/blob/develop/README.md#usage

  • Room notations: i.e. #leap: #freenode_#leap:matrix.org
  • Users:

Identify an freenode server and join a room:

  • Set nick by sending a direct message !nick varac to @appservice-irc:matrix.org
  • Identify at freenode server by sending a direct message identify FREENODE_USERNAME FREENODE_PASSWORD to @freenode_NickServ:matrix.org
  • Join room with either one of:
    • /join #freenode_#beancount:matrix.org
    • Click on the + sign next to rooms in the left navigation bar, then Explore pulic rooms, choose Freennode rooms as network, enter #beancount and hit enter.

To permanently store you freenode account password so you can get automatically reconnected send this to @appservice-irc:matrix.org:

!storepass chat.freenode.net <username>:<password>

Issues with the official matrix.org irc bridge:

Join rooms that are restricted to registered users

irc.indymedia.org not bridged

Other bridges

Recommended:

  • mautrix-facebook
  • mautrix-telegram
  • mx-puppet-instagram
  • mx-puppet-discord

matrix-appservice-mattermost

Matrix Hookshot

Matrix-webhook

https://code.ffdn.org/tetaneutral.net/matrix-webhook