From e83f909c9213ba5e981124f0b0331d236e5f92ec Mon Sep 17 00:00:00 2001 From: Bruno Kleinert <fuddl@debian.org> Date: Mon, 18 Jan 2021 21:05:58 -0500 Subject: [PATCH] appstream: improve application description Change-Id: Ie9dacbadcc7bdcb7c464dbdb547397507e6156b2 GitLab: #1240 --- jami-gnome.appdata.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/jami-gnome.appdata.xml b/jami-gnome.appdata.xml index 853f673b..2f88d551 100644 --- a/jami-gnome.appdata.xml +++ b/jami-gnome.appdata.xml @@ -5,18 +5,38 @@ <metadata_license>CC-BY-SA-3.0</metadata_license> <project_license>GPL-3.0+</project_license> <name>Jami</name> - <summary>Privacy oriented voice, video and chat platform.</summary> + <summary>Privacy-oriented voice, video, chat, and conference platform</summary> <icon type="stock">jami</icon> <description> - <p> - Peer-to-peer and end-to-end encrypted audio/video calling, conference, screen sharing, file sharing and messaging application with a distributed architecture that can also be used as a SIP client. - </p> + <p> + An end-to-end encrypted secure and distributed voice, video, and + chat communication platform that requires no central server and + leaves the power of privacy and freedom in the hands of users. + </p> + <p> + Jami supports the following key features: + </p> + <ul> + <li>One-to-one conversations</li> + <li>File sharing</li> + <li>Audio calls and conferences</li> + <li>Video calls and conferences</li> + <li>Screen sharing in video calls and conferences</li> + <li>Recording and sending audio messages</li> + <li>Recording and sending video messages</li> + <li>Functioning as a SIP phone software</li> + </ul> + <p> + Client applications for GNU/Linux, Windows, macOS, iOS, Android, + and Android TV are available, making Jami an interoperable and + cross-platform communication framework. + </p> </description> <url type="homepage">https://jami.net/</url> <url type="bugtracker">https://git.jami.net/savoirfairelinux/ring-client-gnome/issues/</url> <url type="translate">https://www.transifex.com/savoirfairelinux/jami</url> - + <!-- Maximum caption length is 60 characters --> <!-- Officially GIF is not an allowed video format, but it appears to work nonetheless --> <screenshots> -- GitLab