aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS7evinK <2353100+S7evinK@users.noreply.github.com>2022-01-24 11:29:45 +0100
committerGitHub <noreply@github.com>2022-01-24 10:29:45 +0000
commite7f9f2e6f6066051ec976173d56d1792c059c9bc (patch)
tree10440717822b26669e02da46f0eea2b8431d9521
parenta4601bb69849d8527356fd52e17cc97db019d7d6 (diff)
Update bridge FAQ & README (#2106)
* Update bridge FAQ Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * Update README
-rw-r--r--README.md2
-rw-r--r--docs/FAQ.md8
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30bf19f6..3ec9f029 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Then point your favourite Matrix client at `http://localhost:8008` or `https://l
We use a script called Are We Synapse Yet which checks Sytest compliance rates. Sytest is a black-box homeserver
test rig with around 900 tests. The script works out how many of these tests are passing on Dendrite and it
-updates with CI. As of November 2020 we're at around 58% CS API coverage and 83% Federation coverage, though check
+updates with CI. As of January 2022 we're at around 65% CS API coverage and 92% Federation coverage, though check
CI for the latest numbers. In practice, this means you can communicate locally and via federation with Synapse
servers such as matrix.org reasonably well. There's a long list of features that are not implemented, notably:
- Push
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 37c6b34c..149efe61 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -39,6 +39,14 @@ No, not yet. This is a planned feature.
Possibly - Dendrite does have some application service support but it is not well tested. Please let us know by raising a GitHub issue if you try it and run into problems.
+Bridges known to work (as of v0.5.1):
+- [Telegram](https://docs.mau.fi/bridges/python/telegram/index.html)
+- [WhatsApp](https://docs.mau.fi/bridges/go/whatsapp/index.html)
+- [Signal](https://docs.mau.fi/bridges/python/signal/index.html)
+- [probably all other mautrix bridges](https://docs.mau.fi/bridges/)
+
+Remember to add the config file(s) to the `app_service_api` [config](https://github.com/matrix-org/dendrite/blob/de38be469a23813921d01bef3e14e95faab2a59e/dendrite-config.yaml#L130-L131).
+
### Is it possible to prevent communication with the outside world?
Yes, you can do this by disabling federation - set `disable_federation` to `true` in the `global` section of the Dendrite configuration file.