Software /
code /
prosody
Annotate
doc/doap.xml @ 10263:7ba87d97cca2
doap: Update to newer format
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 19 Sep 2019 16:13:55 +0200 |
parent | 10254:ddc8d5171da2 |
child | 10264:4db7c1a4fe51 |
rev | line source |
---|---|
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
10263 | 2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en"> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 <Project xmlns="http://usefulinc.com/ns/doap#"> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 <name>Prosody IM</name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 <shortdesc>Lightweight XMPP server</shortdesc> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
6 <description/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
7 <created>2008-08-22</created> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
8 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-xmpp"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
9 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
10 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-server"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
11 <homepage rdf:resource="https://prosody.im/"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
12 <download-page rdf:resource="https://prosody.im/download/"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
13 <license rdf:resource="https://hg.prosody.im/trunk/file/tip/COPYING"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
14 <bug-database rdf:resource="https://issues.prosody.im/"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
15 <support-forum rdf:resource="xmpp:prosody@conference.prosody.im?join"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
16 <repository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
17 <HgRepository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
18 <location rdf:resource="https://hg.prosody.im/trunk/"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
19 <browse rdf:location="https://hg.prosody.im/trunk/"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
20 </HgRepository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
21 </repository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
22 <programming-langauge>Lua</programming-langauge> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
23 <programming-langauge>C</programming-langauge> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
24 <os>Linux</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
25 <os>macOS</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
26 <os>FreeBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
27 <os>OpenBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
28 <os>NetBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
29 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
30 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
31 <foaf:name>Matthew Wild</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
32 <foaf:nick>MattJ</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
33 <foaf:homepage>https://matthewwild.co.uk/</foaf:homepage> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
34 </foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
35 </maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
36 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
37 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
38 <foaf:name>Waqas Hussain</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
39 <foaf:nick>waqas</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
40 </foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
41 </maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
42 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
43 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
44 <foaf:name>Kim Alvefur</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
45 <foaf:nick>Zash</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
46 <foaf:homepage>https://www.zash.se/</foaf:homepage> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
47 </foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
48 </maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
49 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6120"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
50 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6121"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
51 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
52 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
53 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |
10263 | 54 <implements> |
55 <xmpp:SupportedXep> | |
56 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> | |
57 </xmpp:SupportedXep> | |
58 </implements> | |
59 <implements> | |
60 <xmpp:SupportedXep> | |
61 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0009.html"/> | |
62 </xmpp:SupportedXep> | |
63 </implements> | |
64 <implements> | |
65 <xmpp:SupportedXep> | |
66 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0012.html"/> | |
67 </xmpp:SupportedXep> | |
68 </implements> | |
69 <implements> | |
70 <xmpp:SupportedXep> | |
71 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0016.html"/> | |
72 <xmpp:since>0.7</xmpp:since> | |
73 <until>0.10</until> | |
74 </xmpp:SupportedXep> | |
75 </implements> | |
76 <implements> | |
77 <xmpp:SupportedXep> | |
78 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> | |
79 </xmpp:SupportedXep> | |
80 </implements> | |
81 <implements> | |
82 <xmpp:SupportedXep> | |
83 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/> | |
84 <xmpp:since>0.3</xmpp:since> | |
85 </xmpp:SupportedXep> | |
86 </implements> | |
87 <implements> | |
88 <xmpp:SupportedXep> | |
89 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0049.html"/> | |
90 <xmpp:since>0.1</xmpp:since> | |
91 </xmpp:SupportedXep> | |
92 </implements> | |
93 <implements> | |
94 <xmpp:SupportedXep> | |
95 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0050.html"/> | |
96 <xmpp:since>0.8</xmpp:since> | |
97 </xmpp:SupportedXep> | |
98 </implements> | |
99 <implements> | |
100 <xmpp:SupportedXep> | |
101 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/> | |
102 <xmpp:since>0.1</xmpp:since> | |
103 </xmpp:SupportedXep> | |
104 </implements> | |
105 <implements> | |
106 <xmpp:SupportedXep> | |
107 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0060.html"/> | |
108 <xmpp:since>0.9</xmpp:since> | |
109 </xmpp:SupportedXep> | |
110 </implements> | |
111 <implements> | |
112 <xmpp:SupportedXep> | |
113 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0065.html"/> | |
114 <xmpp:since>0.7</xmpp:since> | |
115 </xmpp:SupportedXep> | |
116 </implements> | |
117 <implements> | |
118 <xmpp:SupportedXep> | |
119 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0068.html"/> | |
120 </xmpp:SupportedXep> | |
121 </implements> | |
122 <implements> | |
123 <xmpp:SupportedXep> | |
124 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0077.html"/> | |
125 <xmpp:since>0.1</xmpp:since> | |
126 </xmpp:SupportedXep> | |
127 </implements> | |
128 <implements> | |
129 <xmpp:SupportedXep> | |
130 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0078.html"/> | |
131 <xmpp:since>0.1</xmpp:since> | |
132 </xmpp:SupportedXep> | |
133 </implements> | |
134 <implements> | |
135 <xmpp:SupportedXep> | |
136 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0080.html"/> | |
137 </xmpp:SupportedXep> | |
138 </implements> | |
139 <implements> | |
140 <xmpp:SupportedXep> | |
141 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0082.html"/> | |
142 </xmpp:SupportedXep> | |
143 </implements> | |
144 <implements> | |
145 <xmpp:SupportedXep> | |
146 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0084.html"/> | |
147 </xmpp:SupportedXep> | |
148 </implements> | |
149 <implements> | |
150 <xmpp:SupportedXep> | |
151 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> | |
152 </xmpp:SupportedXep> | |
153 </implements> | |
154 <implements> | |
155 <xmpp:SupportedXep> | |
156 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0091.html"/> | |
157 </xmpp:SupportedXep> | |
158 </implements> | |
159 <implements> | |
160 <xmpp:SupportedXep> | |
161 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0092.html"/> | |
162 </xmpp:SupportedXep> | |
163 </implements> | |
164 <implements> | |
165 <xmpp:SupportedXep> | |
166 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0106.html"/> | |
167 </xmpp:SupportedXep> | |
168 </implements> | |
169 <implements> | |
170 <xmpp:SupportedXep> | |
171 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/> | |
172 <node>via XEP-0163</node> | |
173 </xmpp:SupportedXep> | |
174 </implements> | |
175 <implements> | |
176 <xmpp:SupportedXep> | |
177 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0108.html"/> | |
178 <node>via XEP-0163</node> | |
179 </xmpp:SupportedXep> | |
180 </implements> | |
181 <implements> | |
182 <xmpp:SupportedXep> | |
183 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0114.html"/> | |
184 <xmpp:since>0.4</xmpp:since> | |
185 </xmpp:SupportedXep> | |
186 </implements> | |
187 <implements> | |
188 <xmpp:SupportedXep> | |
189 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/> | |
190 </xmpp:SupportedXep> | |
191 </implements> | |
192 <implements> | |
193 <xmpp:SupportedXep> | |
194 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0118.html"/> | |
195 <node>via XEP-0163</node> | |
196 </xmpp:SupportedXep> | |
197 </implements> | |
198 <implements> | |
199 <xmpp:SupportedXep> | |
200 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0124.html"/> | |
201 <xmpp:since>0.2</xmpp:since> | |
202 </xmpp:SupportedXep> | |
203 </implements> | |
204 <implements> | |
205 <xmpp:SupportedXep> | |
206 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0126.html"/> | |
207 <until>0.10</until> | |
208 </xmpp:SupportedXep> | |
209 </implements> | |
210 <implements> | |
211 <xmpp:SupportedXep> | |
212 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0128.html"/> | |
213 <xmpp:since>0.9</xmpp:since> | |
214 </xmpp:SupportedXep> | |
215 </implements> | |
216 <implements> | |
217 <xmpp:SupportedXep> | |
218 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0133.html"/> | |
219 <xmpp:since>0.7</xmpp:since> | |
220 </xmpp:SupportedXep> | |
221 </implements> | |
222 <implements> | |
223 <xmpp:SupportedXep> | |
224 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0138.html"/> | |
225 <xmpp:since>0.6</xmpp:since> | |
226 <until>0.10</until> | |
227 </xmpp:SupportedXep> | |
228 </implements> | |
229 <implements> | |
230 <xmpp:SupportedXep> | |
231 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> | |
232 <xmpp:note>via XEP-0398</xmpp:note> | |
233 </xmpp:SupportedXep> | |
234 </implements> | |
235 <implements> | |
236 <xmpp:SupportedXep> | |
237 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> | |
238 <xmpp:since>0.10</xmpp:since> | |
239 </xmpp:SupportedXep> | |
240 </implements> | |
241 <implements> | |
242 <xmpp:SupportedXep> | |
243 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0160.html"/> | |
244 </xmpp:SupportedXep> | |
245 </implements> | |
246 <implements> | |
247 <xmpp:SupportedXep> | |
248 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/> | |
249 <xmpp:since>0.5</xmpp:since> | |
250 </xmpp:SupportedXep> | |
251 </implements> | |
252 <implements> | |
253 <xmpp:SupportedXep> | |
254 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0170.html"/> | |
255 </xmpp:SupportedXep> | |
256 </implements> | |
257 <implements> | |
258 <xmpp:SupportedXep> | |
259 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0172.html"/> | |
260 <xmpp:note>via XEP-0163</xmpp:note> | |
261 </xmpp:SupportedXep> | |
262 </implements> | |
263 <implements> | |
264 <xmpp:SupportedXep> | |
265 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0175.html"/> | |
266 </xmpp:SupportedXep> | |
267 </implements> | |
268 <implements> | |
269 <xmpp:SupportedXep> | |
270 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0178.html"/> | |
271 <xmpp:since>0.9</xmpp:since> | |
272 </xmpp:SupportedXep> | |
273 </implements> | |
274 <implements> | |
275 <xmpp:SupportedXep> | |
276 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0182.html"/> | |
277 </xmpp:SupportedXep> | |
278 </implements> | |
279 <implements> | |
280 <xmpp:SupportedXep> | |
281 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0185.html"/> | |
282 </xmpp:SupportedXep> | |
283 </implements> | |
284 <implements> | |
285 <xmpp:SupportedXep> | |
286 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0189.html"/> | |
287 <xmpp:note>via XEP-0163</xmpp:note> | |
288 </xmpp:SupportedXep> | |
289 </implements> | |
290 <implements> | |
291 <xmpp:SupportedXep> | |
292 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/> | |
293 <xmpp:since>0.10</xmpp:since> | |
294 </xmpp:SupportedXep> | |
295 </implements> | |
296 <implements> | |
297 <xmpp:SupportedXep> | |
298 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0194.html"/> | |
299 <xmpp:note>via XEP-0163</xmpp:note> | |
300 </xmpp:SupportedXep> | |
301 </implements> | |
302 <implements> | |
303 <xmpp:SupportedXep> | |
304 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0195.html"/> | |
305 <xmpp:note>via XEP-0163</xmpp:note> | |
306 </xmpp:SupportedXep> | |
307 </implements> | |
308 <implements> | |
309 <xmpp:SupportedXep> | |
310 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0196.html"/> | |
311 <xmpp:note>via XEP-0163</xmpp:note> | |
312 </xmpp:SupportedXep> | |
313 </implements> | |
314 <implements> | |
315 <xmpp:SupportedXep> | |
316 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0197.html"/> | |
317 <xmpp:note>via XEP-0163</xmpp:note> | |
318 </xmpp:SupportedXep> | |
319 </implements> | |
320 <implements> | |
321 <xmpp:SupportedXep> | |
322 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> | |
323 <xmpp:since>0.1</xmpp:since> | |
324 </xmpp:SupportedXep> | |
325 </implements> | |
326 <implements> | |
327 <xmpp:SupportedXep> | |
328 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0202.html"/> | |
329 <xmpp:since>0.1</xmpp:since> | |
330 </xmpp:SupportedXep> | |
331 </implements> | |
332 <implements> | |
333 <xmpp:SupportedXep> | |
334 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0203.html"/> | |
335 </xmpp:SupportedXep> | |
336 </implements> | |
337 <implements> | |
338 <xmpp:SupportedXep> | |
339 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0206.html"/> | |
340 <xmpp:since>0.2</xmpp:since> | |
341 </xmpp:SupportedXep> | |
342 </implements> | |
343 <implements> | |
344 <xmpp:SupportedXep> | |
345 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0212.html"/> | |
346 <xmpp:note>required level</xmpp:note> | |
347 </xmpp:SupportedXep> | |
348 </implements> | |
349 <implements> | |
350 <xmpp:SupportedXep> | |
351 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0220.html"/> | |
352 <xmpp:since>0.1</xmpp:since> | |
353 </xmpp:SupportedXep> | |
354 </implements> | |
355 <implements> | |
356 <xmpp:SupportedXep> | |
357 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0227.html"/> | |
358 <xmpp:since>0.7</xmpp:since> | |
359 </xmpp:SupportedXep> | |
360 </implements> | |
361 <implements> | |
362 <xmpp:SupportedXep> | |
363 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0237.html"/> | |
364 <xmpp:since>0.4</xmpp:since> | |
365 </xmpp:SupportedXep> | |
366 </implements> | |
367 <implements> | |
368 <xmpp:SupportedXep> | |
369 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> | |
370 <xmpp:since>0.10</xmpp:since> | |
371 </xmpp:SupportedXep> | |
372 </implements> | |
373 <implements> | |
374 <xmpp:SupportedXep> | |
375 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-288.html"/> | |
376 <xmpp:since>0.12</xmpp:since> | |
377 </xmpp:SupportedXep> | |
378 </implements> | |
379 <implements> | |
380 <xmpp:SupportedXep> | |
381 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> | |
382 <xmpp:since>0.11</xmpp:since> | |
383 </xmpp:SupportedXep> | |
384 </implements> | |
385 <implements> | |
386 <xmpp:SupportedXep> | |
387 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0302.html"/> | |
388 <xmpp:note>Core Server</xmpp:note> | |
389 </xmpp:SupportedXep> | |
390 </implements> | |
391 <implements> | |
392 <xmpp:SupportedXep> | |
393 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> | |
394 <xmpp:since>0.10</xmpp:since> | |
395 </xmpp:SupportedXep> | |
396 </implements> | |
397 <implements> | |
398 <xmpp:SupportedXep> | |
399 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0318.html"/> | |
400 <xmpp:since>0.9</xmpp:since> | |
401 <xmpp:note>refers to inclusion of delay stamp in presence</xmpp:note> | |
402 </xmpp:SupportedXep> | |
403 </implements> | |
404 <implements> | |
405 <xmpp:SupportedXep> | |
406 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> | |
407 <xmpp:since>0.11</xmpp:since> | |
408 </xmpp:SupportedXep> | |
409 </implements> | |
410 <implements> | |
411 <xmpp:SupportedXep> | |
412 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> | |
413 <xmpp:note>via XEP-0163</xmpp:note> | |
414 </xmpp:SupportedXep> | |
415 </implements> | |
416 <implements> | |
417 <xmpp:SupportedXep> | |
418 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/> | |
419 <xmpp:since>0.11</xmpp:since> | |
420 </xmpp:SupportedXep> | |
421 </implements> | |
422 <implements> | |
423 <xmpp:SupportedXep> | |
424 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> | |
425 <xmpp:since>0.11</xmpp:since> | |
426 </xmpp:SupportedXep> | |
427 </implements> | |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
428 </Project> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
429 </rdf:RDF> |