turt2live / matrix-wishlist

Bridges, bots, and other tooling requested by community members
55 stars 2 forks source link

SMS bridge via messages.android.com #367

Open ptman opened 3 years ago

ptman commented 3 years ago

SMS bridge that would work similarly to mautrix-whatsapp. WhatsApp provides whatsapp web that communicates with the whatsapp client on your mobile phone. messages.android.com provides a web app that communicates with the sms client on your mobile phone. Someone would need to reverse engineer how it works.

tulir commented 3 years ago

mautrix-amp exists, but I don't know how to reverse-engineer the API (it involves some form of server-sent events, encryption, protobuf and json), so it's an extremely hacky puppeteer-based bridge

gabrc52 commented 1 year ago

This would still be valuable because it's the only way to make an RCS bridge (bridge Android-to-Android "Messages app" typing indicators, read receipts, etc instead of the primitive SMS messages)