Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Webhooks bridge support #217

Merged
merged 8 commits into from
Oct 21, 2018
Merged

Webhooks bridge support #217

merged 8 commits into from
Oct 21, 2018

Conversation

turt2live
Copy link
Owner

@turt2live turt2live commented Oct 21, 2018

Fixes #55


This serves as a good example for what to do in Dimension to add a bridge. There's really only 3 commits that need to be referenced to get a bridge working:

  • 93b532d - This adds the bridge interaction layer and has no UI. This is what Dimension will be using to actually talk to the bridge itself.
  • 7b5285c - This is the admin section of the bridge. Here administrators will configure whatever is needed for Dimension to talk to the bridge. In most cases this will be the URL and shared secret to use, however other options may also be included here such as features to enable or disable. Bridges with an upstream for matrix.org are a bit complicated - take a look at the IRC code in the same area as a reference.
  • 3823788 - This is the last bit of the bridge support. This commit adds the required UI so that end users can configure the bridge for their room.

@turt2live turt2live merged commit cb19c36 into master Oct 21, 2018
@turt2live turt2live deleted the travis/webhooks2 branch October 21, 2018 01:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant