-
Notifications
You must be signed in to change notification settings - Fork 42
Bridges
Jason Volk edited this page Feb 14, 2023
·
9 revisions
-
Follow instructions for setting up your bridge. This should produce a
registration.yamlfile.- ❗ The bridge
idand thesender_localparthave to match at this time. - The bridge user and room will be created based on this
idautomatically (e.g.!id:localhost). It is also okay if these already exist.
- ❗ The bridge
-
Convert the
registration.yamltoregistration.jsonusing a yaml2json converter such asapt-get install reserializeor a website.
reserialize yaml2json registration.yaml > registration.json
-
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
bridgewill list all bridges by ID.bridge <id>will confirm the configuration for the bridge.
> bridge set /path/to/registration.json
- The bridge module may have to be reloaded
mod reload m_bridgein the console to take effect.