diff --git a/pages/03.services/07.xmpp/_xmpp-bridges/2col.en.md b/pages/03.services/07.xmpp/_xmpp-bridges/2col.en.md index 0dbe3eee..13a2a274 100644 --- a/pages/03.services/07.xmpp/_xmpp-bridges/2col.en.md +++ b/pages/03.services/07.xmpp/_xmpp-bridges/2col.en.md @@ -6,10 +6,31 @@ text_align: left wider_column: right --- -![](conversations.jpg) +![](conversations2.png) --- ## Gateways, Bridges and Transports -XMPP allows for various ways to connect to different chat protocols. You can connect to any IRC room via our Biboumi IRC gateway. In the future we are planning to run a Matrix bridge (currently available via bau-haus.net, our internet friends), Telegram bridge and a number of other bridges and transports we are currently preparing. +XMPP allows for various ways to connect to different chat protocols. + +### Connect to a IRC room +You can connect to any IRC room hosted on any IRC server via our Biboumi IRC gateway: + + +Where ***#room*** is the IRC room you want to join and ***irc.domain.tld*** is the IRC server address you want to join. Make sure to leave ***@irc.disroot.org*** as it is, because it's the IRC gateways address. + +### Connect to a Matrix room +You can connect to any Matrix room hosted on any Matrix server via Matrix.org bridge: + + +Where ***#room*** is the Matrix room you want to join and **matrix.domain.tld*** is the Matrix server address you want to join. Make sure to leave ***@matrix.org*** as it is, because it's the Matrix bridge address. + + +### To come... +In the future we are planning to run our own Matrix bridge. We also hope to provide a Telegram bridge and a number of other bridges and transports. diff --git a/pages/03.services/07.xmpp/_xmpp-bridges/conversations1.png b/pages/03.services/07.xmpp/_xmpp-bridges/conversations1.png new file mode 100644 index 00000000..023768a4 Binary files /dev/null and b/pages/03.services/07.xmpp/_xmpp-bridges/conversations1.png differ diff --git a/pages/03.services/07.xmpp/_xmpp-bridges/conversations2.png b/pages/03.services/07.xmpp/_xmpp-bridges/conversations2.png new file mode 100644 index 00000000..cbecf80f Binary files /dev/null and b/pages/03.services/07.xmpp/_xmpp-bridges/conversations2.png differ diff --git a/pages/03.services/07.xmpp/_xmpp-bridges/conversations3.png b/pages/03.services/07.xmpp/_xmpp-bridges/conversations3.png new file mode 100644 index 00000000..288c2825 Binary files /dev/null and b/pages/03.services/07.xmpp/_xmpp-bridges/conversations3.png differ