Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #200

Merged
merged 10 commits into from
Mar 31, 2024
14 changes: 8 additions & 6 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,34 @@ Note that Barcelona, which the mac-nosip connector uses, is no longer maintained
| Media/files | ✔️ | ✔️ | ✔️ |
| Replies | 🛑 | ✔️ | ✔️† |
| Reactions | 🛑 | ✔️ | ✔️ |
| Edits | 🛑 | ❌ | |
| Unsends | 🛑 | ❌ | |
| Edits | 🛑 | ❌ | ✔️* |
| Unsends | 🛑 | ❌ | ✔️* |
| Redactions | 🛑 | ✔️ | ✔️ |
| Read receipts | 🛑 | ✔️ | ✔️ |
| Typing notifications | 🛑 | ✔️ | ✔️ |

† BlueBubbles had bugs with replies until v1.9.5

\* macOS Ventura or higher is required

## iMessage → Matrix
| Feature | mac | mac-nosip | bluebubbles |
|----------------------------------|-----|-----------|-------------|
| Plain text | ✔️ | ✔️ | ✔️ |
| Media/files | ✔️ | ✔️ | ✔️ |
| Replies | ✔️ | ✔️ | ✔️ |
| Tapbacks | ✔️ | ✔️ | ✔️ |
| Edits | ❌ | ❌ | |
| Unsends | ❌ | ❌ | |
| Edits | ❌ | ❌ | ✔️ (BlueBubbles Server >= 1.9.6) |
trek-boldly-go marked this conversation as resolved.
Show resolved Hide resolved
| Unsends | ❌ | ❌ | ✔️ (BlueBubbles Server >= 1.9.6) |
| Own read receipts | ✔️ | ✔️ | ✔️ |
| Other read receipts | ✔️ | ✔️ | ✔️ |
| Typing notifications | 🛑 | ✔️ | ✔️ |
| User metadata | ✔️ | ✔️ | ✔️ |
| Group metadata | ✔️ | ✔️ | ✔️ |
| Group Participants Added/Removed | ✔️ | ✔️ | ✔️ |
| Backfilling history | ✔️ | ✔️ | ✔️‡ |
| Backfilling history | ✔️ | ✔️ | ✔️‡ |

The BlueBubbles connector doesn't support backfilling tapbacks yet
Backfilling tapbacks is not yet supported
tulir marked this conversation as resolved.
Show resolved Hide resolved

## Android SMS
The android-sms connector is deprecated in favor of [mautrix-gmessages](https://github.com/mautrix/gmessages).
Expand Down
Loading