matrix-hacks / matrix-puppet-bridge

Facilitates implementation of double puppeted Matrix bridges
80 stars 28 forks source link

Provisioning API (for each bridge) #31

Open turt2live opened 6 years ago

turt2live commented 6 years ago

To allow remote services, such as integration managers, to more easily add links between rooms. The provisioning API is defined by the application, so there isn't much of a standard or framework.

Here's a couple examples:

kfatehi commented 6 years ago

Cool! I am not active enough developing Matrix stuff (although I use it everyday) to do anything about this right now, but I like the idea of being able to integrate with tools like Scalar and Dimension, which I think is what you're referring to as integration managers.

Next time I jump back on Matrix work it would be to deprecate this repo in favor of its successor https://github.com/matrix-hacks/matrix-puppet-server and then to look at integration managers (since it'd be a preferred way to manage Application Services)