Skip to content
Jason Volk edited this page Feb 14, 2023 · 9 revisions

Bridge Registration

  1. Follow instructions for setting up your bridge. This should produce a registration.yaml file.

    • ❗ The bridge id and the sender_localpart have to match at this time.
    • The bridge user and room will be created based on this id automatically (e.g. !id:localhost). It is also okay if these already exist.
  2. Convert the registration.yaml to registration.json using a yaml2json converter such as apt-get install reserialize or a website.

reserialize yaml2json registration.yaml > registration.json
  1. Open the console to enter the following command:

    • If the bridge has already been registered before then the prior configuration will be overwritten.
    • The console command bridge will list all bridges by ID. bridge <id> will confirm the configuration for the bridge.
> bridge set /path/to/registration.json
  1. The bridge module may have to be reloaded mod reload m_bridge in the console to take effect.

Clone this wiki locally