From 9f90510d53b62997e64e4fee63d058f4880352dc Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 23 Aug 2023 15:11:08 +0300 Subject: [PATCH] Announce mautrix-wsproxy support Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2261 --- CHANGELOG.md | 11 +++++++++++ docs/configuring-playbook-bridge-mautrix-wsproxy.md | 2 +- docs/configuring-playbook.md | 2 ++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db319afe..587e47617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2023-08-23 + +## mautrix-wsproxy support + +Thanks to [Johan Swetzén](https://github.com/jswetzen)'s efforts (who finished what was started by [James Reilly](https://github.com/hanthor) and [Shreyas Ajjarapu](https://github.com/shreyasajj)), the playbook now supports bridging to Android SMS and Apple iMessage via the [mautrix-wsproxy](https://github.com/mautrix/wsproxy) service (in combination with a [mautrix-imessage](https://github.com/mautrix/imessage) bridge running on your Mac or Android phone). + +See our [Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage](docs/configuring-playbook-bridge-mautrix-wsproxy.md) documentation page for getting started. + + # 2023-07-24 ## matrix-registration-bot usage changed @@ -9,12 +18,14 @@ * `matrix_bot_matrix_registration_bot_bot_access_token` * `matrix_bot_matrix_registration_bot_api_token` + # 2023-07-21 ## mautrix-gmessages support Thanks to [Shreyas Ajjarapu](https://github.com/shreyasajj)'s efforts, the playbook now supports bridging to [Google Messages](https://messages.google.com/) via the [mautrix-gmessages](https://github.com/mautrix/gmessages) bridge. See our [Setting up Mautrix Google Messages bridging](docs/configuring-playbook-bridge-mautrix-gmessages.md) documentation page for getting started. + # 2023-07-17 ## matrix-media-repo support diff --git a/docs/configuring-playbook-bridge-mautrix-wsproxy.md b/docs/configuring-playbook-bridge-mautrix-wsproxy.md index 462f10275..db474e73d 100644 --- a/docs/configuring-playbook-bridge-mautrix-wsproxy.md +++ b/docs/configuring-playbook-bridge-mautrix-wsproxy.md @@ -15,7 +15,7 @@ matrix_mautrix_imessage_homeserver_token: 'secret token from bridge' matrix_mautrix_wsproxy_syncproxy_shared_secret: 'secret token from bridge' ``` -Note that the tokens must match what is compiled into the `mautrix-imessage` bridge running on Mac and Android. +Note that the tokens must match what is compiled into the [mautrix-imessage](https://github.com/mautrix/imessage) bridge running on your Mac or Android device. ## Usage diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 85ae79d7a..4da625453 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -130,6 +130,8 @@ When you're done with all the configuration you'd like to do, continue with [Ins - [Setting up Mautrix Signal bridging](configuring-playbook-bridge-mautrix-signal.md) (optional) +- [Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage](configuring-playbook-bridge-mautrix-wsproxy.md) (optional) + - [Setting up Appservice IRC bridging](configuring-playbook-bridge-appservice-irc.md) (optional) - [Setting up Appservice Discord bridging](configuring-playbook-bridge-appservice-discord.md) (optional)