We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Follow instructions for setting up your bridge. This should produce a registration.yaml file.
registration.yaml
❗ The bridge id and the sender_localpart have to match at this time.
id
sender_localpart
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.
!id:localhost
Convert the registration.yaml to registration.json using a yaml2json converter such as apt-get install reserialize or a website.
registration.json
apt-get install reserialize
reserialize yaml2json registration.yaml > registration.json
Open the console to enter the following command:
bridge set /path/to/registration.json
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
bridge <id>
The bridge module may have to be reloaded mod reload m_bridge in the console to take effect.
mod reload m_bridge