blob: 0ac2a116985552766858e7c5bb7422c28ddf5201 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 GNUnet e.V. -->
<component type="desktop">
<id>org.gnunet.Messenger</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0</project_license>
<content_rating type="oars-1.1" />
<name>GNUnet Messenger</name>
<summary>A GTK based GUI for the Messenger service of GNUnet.</summary>
<description>
<p>Messenger-GTK is a convergent GTK messaging application using the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.</p>
<p>The application provides the following features:</p>
<ul>
<li>Creating direct chats and group chats</li>
<li>Managing your contacts and groups</li>
<li>Invite contacts to a group</li>
<li>Sending text messages</li>
<li>Sending voice recordings</li>
<li>Sharing files privately</li>
<li>Deleting messages with any custom delay</li>
<li>Renaming contacts</li>
<li>Exchanging contact details physically</li>
<li>Verifying contact identities</li>
<li>Switching between different accounts</li>
</ul>
<p>Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.</p>
</description>
<screenshots>
</screenshots>
<url type="homepage">https://www.gnunet.org</url>
<update_contact>thejackimonster_at_gmail.com</update_contact>
<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
<releases>
</releases>
</component>
|