aboutsummaryrefslogtreecommitdiff
path: root/resources/org.gnunet.Messenger.appdata.xml
blob: d863fbebaa24d892f415ab4a85e12b034a8c25c6 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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" />
	<developer_name>GNUnet e.V.</developer_name>

	<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>
		<screenshot>
			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/about-page.png</image>
		</screenshot>
		<screenshot>
			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/account-selection.png</image>
		</screenshot>
		<screenshot>
			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/contact-info.png</image>
		</screenshot>
		<screenshot>
			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/delete-messages.png</image>
		</screenshot>
		<screenshot>
			<image>https://gitlab.com/gnunet-messenger/messenger-gtk/-/raw/master/screenshots/voice-recording.png</image>
		</screenshot>
	</screenshots>
	
	<url type="homepage">https://www.gnunet.org</url>
	<url type="bugtracker">https://bugs.gnunet.org/my_view_page.php</url>
	<url type="faq">https://www.gnunet.org/en/faq.html</url>
	<url type="donation">https://www.gnunet.org/en/ev.html</url>
	<url type="contact">https://www.gnunet.org/en/contact.html</url>
	
	<url type="vcs-browser">https://git.gnunet.org/messenger-gtk.git</url>
	<url type="contribute">https://git.gnunet.org/messenger-gtk.git/tree/README.md</url>
	
	<update_contact>thejackimonster_at_gmail.com</update_contact>

	<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
	<releases>
		<release version="0.7.0" date="2022-04-23" />
	</releases>
</component>