Idea: Add DeltaChat to Matterbridge

Matterbridge (https://github.com/42wim/matterbridge) supports many protocols/services. Adding DeltaChat support to it would be nice.
Matterbridge is written in Go and has two ways of adding a “gateway”:
The first one is to implement it directly in Go (https://github.com/42wim/matterbridge/wiki/Gateway:-developing-new-one) and the second (probably easier when one doesn’t know Go) is to make a program that connects via their HTTP API (https://github.com/42wim/matterbridge/wiki/Api)

2 Likes

wondering if ir will work in the other direction, ex. chatting from delta chat with all other matterbridges?
Also a Matrix<–>DeltaChat bridge will be awesome