blob: c95ef12e2e94465580fd6bd395e32f0354459272 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>im.dino.Dino</id>
<launchable type="desktop-id">im.dino.Dino.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Dino</name>
<summary>Modern XMPP Chat Client</summary>
<description>
<p>Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind.</p>
<p>It supports end-to-end encryption with OMEMO and OpenPGP and allows configuring privacy-related features such as read receipts and typing notifications.</p>
<p>Dino fetches history from the server and synchronizes messages with other devices.</p>
</description>
<screenshots>
<screenshot type="default">
<image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image>
</screenshot>
<screenshot>
<image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image>
</screenshot>
<screenshot>
<image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image>
</screenshot>
</screenshots>
<translation type="gettext">dino</translation>
<developer_name>Dino Development Team</developer_name>
<url type="homepage">https://dino.im</url>
<url type="bugtracker">https://github.com/dino/dino/issues</url>
<url type="donation">https://dino.im/#donate</url>
<url type="translate">https://hosted.weblate.org/projects/dino/</url>
<!-- TODO: Point this to a webpage with documentation when there is one
<url type="help">http://dino.im/help/</url>
-->
<update_contact>appstream@dino.im</update_contact>
<!-- TODO: Write this when Dino is released
<releases>
<release date="XXXX-XX-XX" version="X.X">
<description>
<p>
This is our first release. It comes with a clean UI, notifications,
end-to-end encryption support (OMEMO and GnuPG), multi-user chats,
and more!
</p>
</description>
</release>
</releases>
-->
</component>
|