misc: update feature-requests page

Change-Id: Ifb443af693288b459d8c8679b5818dd6d3dce493
This commit is contained in:
Sébastien Blin 2023-06-15 15:41:30 -04:00
parent 470a4ecfa4
commit 96ffbcb4c7
1 changed files with 2 additions and 8 deletions

View File

@ -12,7 +12,6 @@ the tickets.
+ Connectivity -> Contact #Jami (Sébastien) / medium: + Connectivity -> Contact #Jami (Sébastien) / medium:
+ TURN ipv6 support + TURN ipv6 support
+ connection ipv6 only<->ipv4 only + connection ipv6 only<->ipv4 only
+ Fix calls if two network interfaces are connected on same network
+ SIP: + SIP:
+ Fix IP to IP -> Contact #Jami (Adrien, Sébastien) / easy + Fix IP to IP -> Contact #Jami (Adrien, Sébastien) / easy
+ Add unit-tests / probably easy + Add unit-tests / probably easy
@ -29,14 +28,8 @@ the tickets.
+ Fix audio mixing (when sharing camera + a file) / probably hard / In progress + Fix audio mixing (when sharing camera + a file) / probably hard / In progress
+ Investigate audio quality (contact #Jami, medium difficulty) + Investigate audio quality (contact #Jami, medium difficulty)
+ Plugins ideas: (Contact #Jami - Aline) + Plugins ideas: (Contact #Jami - Aline)
+ {client-qt-issue}`Live closed captions (multiple languages) <576>`
(Whisper OpenAI, Google Speech API or similar) / probably easy / In progress
+ {plugins-issue}`Payment plug-in <27>` + {plugins-issue}`Payment plug-in <27>`
+ A chat-GPT plugin + A chat-GPT plugin
+ Android:
+ Fix support for Bluetooth/headset / probably easy
+ Support OpenPush (Android + OpenDHT -
<https://bubu1.eu/openpush/>) / easy / In progress
+ Separate connectivity (ICE/TCP/TLS/UPNP/connection manager) in a + Separate connectivity (ICE/TCP/TLS/UPNP/connection manager) in a
dedicated library (can be shared with OpenDHT) dedicated library (can be shared with OpenDHT)
/ medium difficulty & long term project / In progress / medium difficulty & long term project / In progress
@ -47,7 +40,6 @@ the tickets.
/ medium difficulty & long term project) / medium difficulty & long term project)
+ Qt: + Qt:
+ {client-qt-issue}`Add support for peer discovery<868>` (contact #Jami - easy) + {client-qt-issue}`Add support for peer discovery<868>` (contact #Jami - easy)
+ {client-qt-issue}`Add support for searching messages in conversations<869>` (contact #Jami - easy - In progress)
+ Emoji as a native component to avoid depending on qt-webengine + Emoji as a native component to avoid depending on qt-webengine
for this (not available on macOS) (e.g. https://github.com/jnodev/QMLemoji) for this (not available on macOS) (e.g. https://github.com/jnodev/QMLemoji)
+ Categorized conversations (like favorites, groups, etc) (to discuss with #Jami) + Categorized conversations (like favorites, groups, etc) (to discuss with #Jami)
@ -132,3 +124,5 @@ Some other ideas from tickets:
+ {project-issue}`Re-order messages <1357>` + {project-issue}`Re-order messages <1357>`
+ {daemon-issue}`Remote control <349>` + {daemon-issue}`Remote control <349>`
+ {client-android-issue}`Locked messages (feature that can be enabled to hide messages until they are clicked upon) <1146>` + {client-android-issue}`Locked messages (feature that can be enabled to hide messages until they are clicked upon) <1146>`
+ {client-qt-issue}`selecting one or multiple messages and delete them just for the user doing so <1188>`
+ {client-qt-issue}`Drag and drop files from chatview and send to other contacts <485>`