2017-08-10 15:20:44 -04:00
|
|
|
# Matrix <--> Zulip bridge
|
|
|
|
|
2018-05-22 17:00:54 -04:00
|
|
|
This acts as a bridge between Matrix and Zulip. It also enables a
|
|
|
|
Zulip topic to be federated between two Zulip servers.
|
2017-08-10 15:20:44 -04:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2018-05-09 05:18:28 -04:00
|
|
|
### For IRC bridges
|
|
|
|
|
|
|
|
Matrix has been bridged to the listed
|
|
|
|
[IRC networks](https://github.com/matrix-org/matrix-appservice-irc/wiki/Bridged-IRC-networks),
|
|
|
|
where the 'Room alias format' refers to the `room_id` for the corresponding IRC channel.
|
|
|
|
|
|
|
|
For example, for the freenode channel `#zulip-test`, the `room_id` would be
|
|
|
|
`#freenode_#zulip-test:matrix.org`.
|
|
|
|
|
|
|
|
Hence, this can also be used as a IRC <--> Zulip bridge.
|
|
|
|
|
|
|
|
## Steps to configure the Matrix bridge
|
|
|
|
|
2017-08-10 15:20:44 -04:00
|
|
|
### 1. Zulip endpoint
|
2018-05-22 17:00:54 -04:00
|
|
|
1. Create a generic Zulip bot, with a full name like `IRC Bot`.
|
|
|
|
2. Subscribe the bot user to the stream you'd like to mirror your IRC
|
|
|
|
channel into.
|
|
|
|
3. Enter the bot's `zuliprc` details (`email`, `api_key`, and `site`)
|
|
|
|
into `matrix_bridge_config.py`
|
2018-05-21 11:18:30 -04:00
|
|
|
4. Enter the destination topic, stream and site in `matrix_bridge_config.py`
|
2017-08-10 15:20:44 -04:00
|
|
|
|
|
|
|
### 2. Matrix endpoint
|
2018-05-22 17:00:54 -04:00
|
|
|
1. Create a user on [matrix.org](https://matrix.org/), preferably with
|
|
|
|
a formal name like to `zulip-bot`.
|
2018-05-09 05:18:28 -04:00
|
|
|
2. Enter the user's username and password into `matrix_bridge_config.py`
|
|
|
|
3. Enter the host and `room_id` into `matrix_bridge_config.py`
|
2017-08-10 15:20:44 -04:00
|
|
|
|
|
|
|
After the steps above have been completed, run `python matrix_bridge.py` to
|
2018-05-22 17:00:54 -04:00
|
|
|
start the mirroring service.
|
2018-05-09 05:18:28 -04:00
|
|
|
|
2018-05-22 17:00:54 -04:00
|
|
|
## Caveats for IRC mirroring
|
2018-05-09 05:18:28 -04:00
|
|
|
|
|
|
|
There are certain
|
|
|
|
[IRC channels](https://github.com/matrix-org/matrix-appservice-irc/wiki/Channels-from-which-the-IRC-bridge-is-banned)
|
2018-05-22 17:00:54 -04:00
|
|
|
where the Matrix.org IRC bridge has been banned for technical reasons.
|
|
|
|
You can't mirror those IRC channels using this integration.
|