forked from paulfariello/aparte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoap.xml
106 lines (96 loc) · 3.79 KB
/
doap.xml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:xmpp='https://linkmauve.fr/ns/xmpp-doap#'
xmlns:schema='https://schema.org/'
xmlns='http://usefulinc.com/ns/doap#'>
<Project xml:lang='en'>
<name>Aparté</name>
<homepage rdf:resource='https://github.com/paulfariello/aparte/' />
<os>Linux</os>
<os>MacOS</os>
<os>FreeBSD</os>
<os>OpenBSD</os>
<shortdesc xml:lang='en'>Free console XMPP client</shortdesc>
<shortdesc xml:lang='fr'>Client XMPP libre en console</shortdesc>
<description xml:lang='en'>Free and modern console XMPP client written in Rust</description>
<description xml:lang='fr'>Client console XMPP libre et moderne, écrit en Rust</description>
<schema:logo rdf:resource='https://raw.githubusercontent.com/paulfariello/aparte/develop/aparte.svg'/>
<schema:screenshot rdf:resource='https://camo.githubusercontent.com/cb7360923ab5582ac799ba7ce243ed92a7b7a22752d32363a686d17a2664e0fb/68747470733a2f2f61736369696e656d612e6f72672f612f3338393332392e706e67'/>
<category rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-client' />
<repository>
<GitRepository>
<browse rdf:resource='https://github.com/paulfariello/aparte' />
<location rdf:resource='https://github.com/paulfariello/aparte.git' />
</GitRepository>
</repository>
<implements rdf:resource='https://xmpp.org/rfcs/rfc6120.html' />
<implements rdf:resource='https://xmpp.org/rfcs/rfc6121.html' />
<implements rdf:resource='https://xmpp.org/rfcs/rfc6122.html' />
<implements rdf:resource='https://xmpp.org/rfcs/rfc7590.html' />
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0045.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.34.5</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0048.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.2</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0392.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>0.8.0</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0308.html' />
<xmpp:status>partial</xmpp:status>
<xmpp:version>1.2.1</xmpp:version>
<xmpp:note xml:lang='en'>Doesn't support edition of own message yet</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0313.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.1.1</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0384.html' />
<xmpp:status>partial</xmpp:status>
<xmpp:version>0.3.0</xmpp:version>
<xmpp:note xml:lang='en'>Doesn't support OMEMO in MUC yet</xmpp:note>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0245.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.0</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0280.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.0.1</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0402.html' />
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.1.4</xmpp:version>
</xmpp:SupportedXep>
</implements>
</Project>
</rdf:RDF>