mautrix-whatsapp/ROADMAP.md

69 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2018-08-24 09:14:07 +02:00
# Features & roadmap
* Matrix → WhatsApp
2018-08-24 21:31:18 +02:00
* [x] Message content
2018-08-24 09:14:07 +02:00
* [x] Plain text
* [x] Formatted messages
2018-08-24 21:31:18 +02:00
* [x] Media/files
* [x] Replies
* [x] Message redactions
2019-05-27 12:46:04 +02:00
* [x] Presence
* [x] Typing notifications
* [x] Read receipts
2018-08-24 09:14:07 +02:00
* [ ] Power level
* [ ] Membership actions
2020-07-04 15:29:06 +02:00
* [x] Invite
2018-08-24 09:14:07 +02:00
* [ ] Join
2020-07-04 15:29:06 +02:00
* [x] Leave
* [x] Kick
2018-08-24 09:14:07 +02:00
* [ ] Room metadata changes
2018-08-26 16:02:32 +02:00
* [x] Name
2018-09-11 18:39:52 +02:00
* [ ] Avatar<sup>[1]</sup>
* [x] Topic
2018-08-24 09:14:07 +02:00
* [ ] Initial room metadata
* WhatsApp → Matrix
2018-08-24 21:05:38 +02:00
* [x] Message content
2018-08-24 09:14:07 +02:00
* [x] Plain text
2018-08-24 21:05:38 +02:00
* [x] Formatted messages
2018-08-24 09:14:07 +02:00
* [x] Media/files
* [x] Location messages
* [x] Contact messages
* [x] Replies
2018-08-28 23:40:24 +02:00
* [ ] Chat types
* [x] Private chat
* [x] Group chat
2018-09-11 18:39:52 +02:00
* [ ] Broadcast list<sup>[2]</sup>
* [x] Message deletions
2018-08-24 09:14:07 +02:00
* [x] Avatars
* [x] Presence
* [x] Typing notifications
* [x] Read receipts
* [x] Admin/superadmin status
2020-07-04 15:29:06 +02:00
* [x] Membership actions
* [x] Invite
* [x] Join
* [x] Leave
* [x] Kick
* [x] Group metadata changes
* [x] Title
* [x] Avatar
* [x] Description
2018-08-24 09:14:07 +02:00
* [x] Initial group metadata
2018-08-25 23:39:36 +02:00
* [ ] User metadata changes
2018-09-11 18:39:52 +02:00
* [ ] Display name<sup>[3]</sup>
2018-08-25 23:39:36 +02:00
* [x] Avatar
* [x] Initial user metadata
* [x] Display name
* [x] Avatar
2018-08-24 09:14:07 +02:00
* Misc
* [x] Automatic portal creation
* [x] At startup
2020-07-04 15:29:06 +02:00
* [x] When receiving invite
2018-08-24 09:14:07 +02:00
* [x] When receiving message
* [x] Private chat creation by inviting Matrix puppet of WhatsApp user to new room
* [x] Option to use own Matrix account for messages sent from WhatsApp mobile/other web clients
2018-09-11 18:39:52 +02:00
* [x] Shared group chat portals
<sup>[1]</sup> May involve reverse-engineering the WhatsApp Web API and/or editing go-whatsapp
<sup>[2]</sup> May already work
<sup>[3]</sup> May not be possible