Software /
code /
prosody
Annotate
doc/doap.xml @ 12635:f928cb5c5d04
mod_time: Remove obsolete XEP-0090 support
Deprecated even before Prosody even started, obsolete for over a decade.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 15 Aug 2022 16:35:14 +0200 |
parent | 12605:053417068957 |
child | 12639:6d9ee0a3eb4b |
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"?> |
11244
8a1f88241cb1
doap: Use logo property from schema.org
Kim Alvefur <zash@zash.se>
parents:
11243
diff
changeset
|
2 <rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="https://schema.org/" 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> |
10344
2cc152088314
doap: Copy longer description from README
Kim Alvefur <zash@zash.se>
parents:
10336
diff
changeset
|
6 <description>Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use and light on resources. For developers, it aims to give a flexible system on which to rapidly develop added functionality or rapidly prototype new protocols.</description> |
10253
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"/> |
11244
8a1f88241cb1
doap: Use logo property from schema.org
Kim Alvefur <zash@zash.se>
parents:
11243
diff
changeset
|
14 <schema:logo rdf:resource="https://prosody.im/prosody.svg"/> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
15 <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
|
16 <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
|
17 <repository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
18 <HgRepository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
19 <location rdf:resource="https://hg.prosody.im/trunk/"/> |
11285
5d61fc3cd194
doc/doap.xml: Fix attribute name
Matthew Wild <mwild1@gmail.com>
parents:
11281
diff
changeset
|
20 <browse rdf:resource="https://hg.prosody.im/trunk/"/> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
21 </HgRepository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
22 </repository> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
23 <programming-langauge>Lua</programming-langauge> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
24 <programming-langauge>C</programming-langauge> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
25 <os>Linux</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
26 <os>macOS</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
27 <os>FreeBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
28 <os>OpenBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
29 <os>NetBSD</os> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
30 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
31 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
32 <foaf:name>Matthew Wild</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
33 <foaf:nick>MattJ</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
34 <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
|
35 </foaf:Person> |
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 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
38 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
39 <foaf:name>Waqas Hussain</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
40 <foaf:nick>waqas</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
41 </foaf:Person> |
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 <maintainer> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
44 <foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
45 <foaf:name>Kim Alvefur</foaf:name> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
46 <foaf:nick>Zash</foaf:nick> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
47 <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
|
48 </foaf:Person> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
49 </maintainer> |
12279
f44eb0a6653a
doap: Reference some JSON RFCs
Kim Alvefur <zash@zash.se>
parents:
12278
diff
changeset
|
50 <implements rdf:resource="https://www.rfc-editor.org/info/rfc4627"/> |
10318 | 51 <implements rdf:resource="https://www.rfc-editor.org/info/rfc5802"/> |
10253
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/rfc6120"/> |
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/rfc6121"/> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
54 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> |
12278
2390837b8358
doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5
Kim Alvefur <zash@zash.se>
parents:
12235
diff
changeset
|
55 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6331"/> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
56 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> |
12279
f44eb0a6653a
doap: Reference some JSON RFCs
Kim Alvefur <zash@zash.se>
parents:
12278
diff
changeset
|
57 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6901"/> |
11564
60e31c9ece57
mod_http_file_share: Support download resumption via Range requests
Kim Alvefur <zash@zash.se>
parents:
11416
diff
changeset
|
58 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> |
10465
09697a673015
mod_net_multiplex: Add support for using ALPN
Kim Alvefur <zash@zash.se>
parents:
10408
diff
changeset
|
59 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
60 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |
11342
44f983174e6a
doap: Fix off by 200 in RFC number
Kim Alvefur <zash@zash.se>
parents:
11340
diff
changeset
|
61 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/> |
11416 | 62 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> |
12594
29685403be32
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
Kim Alvefur <zash@zash.se>
parents:
12541
diff
changeset
|
63 <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/> |
11339
25260c20c5a4
doap: Move comment into <implements> it comments on
Kim Alvefur <zash@zash.se>
parents:
11310
diff
changeset
|
64 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> |
25260c20c5a4
doap: Move comment into <implements> it comments on
Kim Alvefur <zash@zash.se>
parents:
11310
diff
changeset
|
65 <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> |
25260c20c5a4
doap: Move comment into <implements> it comments on
Kim Alvefur <zash@zash.se>
parents:
11310
diff
changeset
|
66 </implements> |
10702
48edd69814d5
doap: Add UTR-39 (mod_mimicking)
Kim Alvefur <zash@zash.se>
parents:
10696
diff
changeset
|
67 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> |
10263 | 68 <implements> |
69 <xmpp:SupportedXep> | |
70 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> | |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
71 <xmpp:version>2.13.0</xmpp:version> |
11257
dbb60546e3ce
doap: util.dataforms first appeared in 0.4.0
Kim Alvefur <zash@zash.se>
parents:
11256
diff
changeset
|
72 <xmpp:since>0.4.0</xmpp:since> |
11259
9500625ecac9
doap: XEP-0004 Multiple Items in Form Results is not supported
Kim Alvefur <zash@zash.se>
parents:
11258
diff
changeset
|
73 <xmpp:status>partial</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
74 <xmpp:note>no support for multiple items (reported tag)</xmpp:note> |
10263 | 75 </xmpp:SupportedXep> |
76 </implements> | |
77 <implements> | |
78 <xmpp:SupportedXep> | |
79 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0009.html"/> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
80 <xmpp:since>0.4.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
81 <xmpp:until>0.7.0</xmpp:until> |
11256 | 82 <xmpp:status>removed</xmpp:status> |
10263 | 83 </xmpp:SupportedXep> |
84 </implements> | |
85 <implements> | |
86 <xmpp:SupportedXep> | |
87 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0012.html"/> | |
10388 | 88 <xmpp:version>2.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
89 <xmpp:since>0.1.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
90 <xmpp:note>mod_lastactivity and mod_uptime</xmpp:note> |
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
91 <xmpp:status>complete</xmpp:status> |
10263 | 92 </xmpp:SupportedXep> |
93 </implements> | |
94 <implements> | |
95 <xmpp:SupportedXep> | |
96 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0016.html"/> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
97 <xmpp:since>0.7.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
98 <xmpp:until>0.10.0</xmpp:until> |
11256 | 99 <xmpp:status>removed</xmpp:status> |
100 <xmpp:note>mod_privacy</xmpp:note> | |
10263 | 101 </xmpp:SupportedXep> |
102 </implements> | |
103 <implements> | |
104 <xmpp:SupportedXep> | |
105 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
106 <xmpp:version>2.5rc3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
107 <xmpp:since>0.10.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
108 <xmpp:status>complete</xmpp:status> |
10263 | 109 </xmpp:SupportedXep> |
110 </implements> | |
111 <implements> | |
112 <xmpp:SupportedXep> | |
11228
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
113 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0044.html"/> |
11258
215f225fa24a
doap: LibExpat was used from the start and thus XEP-0044 supported
Kim Alvefur <zash@zash.se>
parents:
11257
diff
changeset
|
114 <xmpp:version>0.1</xmpp:version> |
215f225fa24a
doap: LibExpat was used from the start and thus XEP-0044 supported
Kim Alvefur <zash@zash.se>
parents:
11257
diff
changeset
|
115 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
116 <xmpp:status>complete</xmpp:status> |
11228
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
117 <xmpp:note>libexpat</xmpp:note> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
118 </xmpp:SupportedXep> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
119 </implements> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
120 <implements> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
121 <xmpp:SupportedXep> |
10263 | 122 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
123 <xmpp:version>1.34.3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
124 <xmpp:since>0.3.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
125 <xmpp:status>partial</xmpp:status> |
10263 | 126 </xmpp:SupportedXep> |
127 </implements> | |
128 <implements> | |
129 <xmpp:SupportedXep> | |
11218
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
130 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0048.html"/> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
131 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
132 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
133 <xmpp:status>complete</xmpp:status> |
11218
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
134 <xmpp:note>mod_private, indirectly supported via XEP-0049</xmpp:note> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
135 </xmpp:SupportedXep> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
136 </implements> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
137 <implements> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
138 <xmpp:SupportedXep> |
10263 | 139 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0049.html"/> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
140 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
141 <xmpp:since>0.1.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
142 <xmpp:status>complete</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
143 <xmpp:note>mod_private</xmpp:note> |
10263 | 144 </xmpp:SupportedXep> |
145 </implements> | |
146 <implements> | |
147 <xmpp:SupportedXep> | |
148 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0050.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
149 <xmpp:version>1.3.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
150 <xmpp:since>0.8.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
151 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
152 <xmpp:note>mod_adhoc</xmpp:note> |
10263 | 153 </xmpp:SupportedXep> |
154 </implements> | |
155 <implements> | |
156 <xmpp:SupportedXep> | |
157 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
158 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
159 <xmpp:since>0.1.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
160 <xmpp:status>complete</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
161 <xmpp:note>mod_vcard and mod_vcard_legacy</xmpp:note> |
10263 | 162 </xmpp:SupportedXep> |
163 </implements> | |
164 <implements> | |
165 <xmpp:SupportedXep> | |
11229
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
166 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0059.html"/> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
167 <xmpp:version>1.0</xmpp:version> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
168 <xmpp:since>0.10.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
169 <xmpp:status>complete</xmpp:status> |
11229
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
170 <xmpp:note>used by XEP-0313, util.rsm</xmpp:note> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
171 </xmpp:SupportedXep> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
172 </implements> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
173 <implements> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
174 <xmpp:SupportedXep> |
10263 | 175 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0060.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
176 <xmpp:version>1.24.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
177 <xmpp:since>0.9.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
178 <xmpp:status>partial</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
179 <xmpp:note>mod_pubsub</xmpp:note> |
10263 | 180 </xmpp:SupportedXep> |
181 </implements> | |
182 <implements> | |
183 <xmpp:SupportedXep> | |
184 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0065.html"/> | |
11861 | 185 <xmpp:version>1.8.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
186 <xmpp:since>0.7.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
187 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
188 <xmpp:note>mod_proxy65</xmpp:note> |
10263 | 189 </xmpp:SupportedXep> |
190 </implements> | |
191 <implements> | |
192 <xmpp:SupportedXep> | |
193 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0068.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
194 <xmpp:version>1.3.0</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
195 <xmpp:status>complete</xmpp:status> |
10263 | 196 </xmpp:SupportedXep> |
197 </implements> | |
198 <implements> | |
199 <xmpp:SupportedXep> | |
200 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0077.html"/> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
201 <xmpp:since>0.1.0</xmpp:since> |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
202 <xmpp:version>2.4</xmpp:version> |
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
203 <xmpp:status>complete</xmpp:status> |
10263 | 204 </xmpp:SupportedXep> |
205 </implements> | |
206 <implements> | |
207 <xmpp:SupportedXep> | |
208 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0078.html"/> | |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
209 <xmpp:version>2.5</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
210 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
211 <xmpp:status>partial</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
212 <xmpp:note>mod_legacyauth, lacks digest method</xmpp:note> |
10263 | 213 </xmpp:SupportedXep> |
214 </implements> | |
215 <implements> | |
216 <xmpp:SupportedXep> | |
217 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0080.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
218 <xmpp:version>1.9</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
219 <xmpp:status>complete</xmpp:status> |
10511 | 220 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 221 </xmpp:SupportedXep> |
222 </implements> | |
223 <implements> | |
224 <xmpp:SupportedXep> | |
225 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0082.html"/> | |
11861 | 226 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
227 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
228 <xmpp:status>complete</xmpp:status> |
10263 | 229 </xmpp:SupportedXep> |
230 </implements> | |
231 <implements> | |
232 <xmpp:SupportedXep> | |
233 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0084.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
234 <xmpp:version>1.1.4</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
235 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
236 <xmpp:note>via XEP-0163, also mod_vcard_legacy</xmpp:note> |
10263 | 237 </xmpp:SupportedXep> |
238 </implements> | |
239 <implements> | |
240 <xmpp:SupportedXep> | |
241 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> | |
11861 | 242 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
243 <xmpp:since>0.1.0</xmpp:since> |
12635
f928cb5c5d04
mod_time: Remove obsolete XEP-0090 support
Kim Alvefur <zash@zash.se>
parents:
12605
diff
changeset
|
244 <xmpp:until>trunk</xmpp:until> |
f928cb5c5d04
mod_time: Remove obsolete XEP-0090 support
Kim Alvefur <zash@zash.se>
parents:
12605
diff
changeset
|
245 <xmpp:status>removed</xmpp:status> |
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
246 <xmpp:note>mod_time</xmpp:note> |
10263 | 247 </xmpp:SupportedXep> |
248 </implements> | |
249 <implements> | |
250 <xmpp:SupportedXep> | |
251 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0091.html"/> | |
11180
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
252 <xmpp:version>1.4</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
253 <xmpp:since>0.1.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
254 <xmpp:until>0.12.0</xmpp:until> |
11256 | 255 <xmpp:status>removed</xmpp:status> |
11180
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
256 <xmpp:note>Gone from offline messages in 0.10.0, gone from MUC in 0.12</xmpp:note> |
10263 | 257 </xmpp:SupportedXep> |
258 </implements> | |
259 <implements> | |
260 <xmpp:SupportedXep> | |
261 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0092.html"/> | |
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
262 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
263 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
264 <xmpp:status>complete</xmpp:status> |
10263 | 265 </xmpp:SupportedXep> |
266 </implements> | |
267 <implements> | |
268 <xmpp:SupportedXep> | |
269 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0106.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
270 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
271 <xmpp:since>0.9.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
272 <xmpp:status>complete</xmpp:status> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
273 <xmpp:note>util.jid.(un)escape, missing rejection of \20 at start or end per xep version 1.1</xmpp:note> |
10263 | 274 </xmpp:SupportedXep> |
275 </implements> | |
276 <implements> | |
277 <xmpp:SupportedXep> | |
278 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
279 <xmpp:version>1.2.1</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
280 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
281 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 282 </xmpp:SupportedXep> |
283 </implements> | |
284 <implements> | |
285 <xmpp:SupportedXep> | |
286 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0108.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
287 <xmpp:version>1.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
288 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
289 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 290 </xmpp:SupportedXep> |
291 </implements> | |
292 <implements> | |
293 <xmpp:SupportedXep> | |
294 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0114.html"/> | |
10273 | 295 <xmpp:version>1.6</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
296 <xmpp:since>0.4.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
297 <xmpp:status>complete</xmpp:status> |
10263 | 298 </xmpp:SupportedXep> |
299 </implements> | |
300 <implements> | |
301 <xmpp:SupportedXep> | |
302 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/> | |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
303 <xmpp:version>1.6.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
304 <xmpp:since>0.8.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
305 <xmpp:status>complete</xmpp:status> |
10263 | 306 </xmpp:SupportedXep> |
307 </implements> | |
308 <implements> | |
309 <xmpp:SupportedXep> | |
310 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0118.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
311 <xmpp:version>1.3.0</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
312 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
313 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 314 </xmpp:SupportedXep> |
315 </implements> | |
316 <implements> | |
317 <xmpp:SupportedXep> | |
10408 | 318 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/> |
319 <xmpp:version>1.0.2</xmpp:version> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
320 <xmpp:since>0.11.0</xmpp:since> |
10408 | 321 <xmpp:status>partial</xmpp:status> |
322 </xmpp:SupportedXep> | |
323 </implements> | |
324 <implements> | |
325 <xmpp:SupportedXep> | |
10263 | 326 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0124.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
327 <xmpp:version>1.11.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
328 <xmpp:since>0.2.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
329 <xmpp:status>complete</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
330 <xmpp:note>mod_bosh</xmpp:note> |
10263 | 331 </xmpp:SupportedXep> |
332 </implements> | |
333 <implements> | |
334 <xmpp:SupportedXep> | |
335 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0126.html"/> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
336 <xmpp:until>0.10.0</xmpp:until> |
11256 | 337 <xmpp:status>removed</xmpp:status> |
338 <xmpp:note>Gone with XEP-0016</xmpp:note> | |
10263 | 339 </xmpp:SupportedXep> |
340 </implements> | |
341 <implements> | |
342 <xmpp:SupportedXep> | |
343 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0128.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
344 <xmpp:version>1.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
345 <xmpp:since>0.9.0</xmpp:since> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
346 <xmpp:status>complete</xmpp:status> |
10263 | 347 </xmpp:SupportedXep> |
348 </implements> | |
349 <implements> | |
350 <xmpp:SupportedXep> | |
351 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0133.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
352 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
353 <xmpp:since>0.7.0</xmpp:since> |
11231
3db131e9580f
doap: Not all of XEP-0133 commands are implemented
Kim Alvefur <zash@zash.se>
parents:
11230
diff
changeset
|
354 <xmpp:status>partial</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
355 <xmpp:note>mod_admin_adhoc, missing some commands</xmpp:note> |
10263 | 356 </xmpp:SupportedXep> |
357 </implements> | |
358 <implements> | |
359 <xmpp:SupportedXep> | |
360 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0138.html"/> | |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
361 <xmpp:version>2.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
362 <xmpp:since>0.6.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
363 <xmpp:until>0.10.0</xmpp:until> |
11256 | 364 <xmpp:status>removed</xmpp:status> |
365 <xmpp:note>Compression considered insecure</xmpp:note> | |
10263 | 366 </xmpp:SupportedXep> |
367 </implements> | |
368 <implements> | |
369 <xmpp:SupportedXep> | |
370 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> | |
10321 | 371 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
372 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
373 <xmpp:status>complete</xmpp:status> |
10263 | 374 <xmpp:note>via XEP-0398</xmpp:note> |
375 </xmpp:SupportedXep> | |
376 </implements> | |
377 <implements> | |
378 <xmpp:SupportedXep> | |
379 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> | |
11861 | 380 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
381 <xmpp:since>0.10.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
382 <xmpp:status>complete</xmpp:status> |
10263 | 383 </xmpp:SupportedXep> |
384 </implements> | |
385 <implements> | |
386 <xmpp:SupportedXep> | |
387 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0160.html"/> | |
10321 | 388 <xmpp:version>1.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
389 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
390 <xmpp:status>complete</xmpp:status> |
10263 | 391 </xmpp:SupportedXep> |
392 </implements> | |
393 <implements> | |
394 <xmpp:SupportedXep> | |
395 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/> | |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
396 <xmpp:version>1.2.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
397 <xmpp:since>0.5.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
398 <xmpp:status>complete</xmpp:status> |
10263 | 399 </xmpp:SupportedXep> |
400 </implements> | |
401 <implements> | |
402 <xmpp:SupportedXep> | |
403 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0170.html"/> | |
10321 | 404 <xmpp:version>1.0</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
405 <xmpp:status>complete</xmpp:status> |
10263 | 406 </xmpp:SupportedXep> |
407 </implements> | |
408 <implements> | |
409 <xmpp:SupportedXep> | |
410 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0172.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
411 <xmpp:version>1.1</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
412 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
413 <xmpp:note>via XEP-0163, also mod_vcard_legacy</xmpp:note> |
10263 | 414 </xmpp:SupportedXep> |
415 </implements> | |
416 <implements> | |
417 <xmpp:SupportedXep> | |
418 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0175.html"/> | |
10321 | 419 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
420 <xmpp:since>0.4.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
421 <xmpp:status>partial</xmpp:status> |
10263 | 422 </xmpp:SupportedXep> |
423 </implements> | |
424 <implements> | |
425 <xmpp:SupportedXep> | |
426 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0178.html"/> | |
11862
2bd357f41bb5
doap: Update versions of XEP-0178
Kim Alvefur <zash@zash.se>
parents:
11861
diff
changeset
|
427 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
428 <xmpp:since>0.9.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
429 <xmpp:status>complete</xmpp:status> |
10263 | 430 </xmpp:SupportedXep> |
431 </implements> | |
432 <implements> | |
433 <xmpp:SupportedXep> | |
434 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0182.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
435 <xmpp:version>1.1</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
436 <xmpp:status>complete</xmpp:status> |
10263 | 437 </xmpp:SupportedXep> |
438 </implements> | |
439 <implements> | |
440 <xmpp:SupportedXep> | |
12235
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
441 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
442 <xmpp:version>1.4.0</xmpp:version> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
443 <xmpp:since>0.12.0</xmpp:since> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
444 <xmpp:note>mod_mam archives receipts</xmpp:note> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
445 </xmpp:SupportedXep> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
446 </implements> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
447 <implements> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
448 <xmpp:SupportedXep> |
10263 | 449 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0185.html"/> |
10321 | 450 <xmpp:version>1.0</xmpp:version> |
451 <xmpp:status>complete</xmpp:status> | |
10274
b4596a056a4c
doap: Add some supported-since versions
Kim Alvefur <zash@zash.se>
parents:
10273
diff
changeset
|
452 <xmpp:since>0.9.10</xmpp:since> |
10263 | 453 </xmpp:SupportedXep> |
454 </implements> | |
455 <implements> | |
456 <xmpp:SupportedXep> | |
457 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0189.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
458 <xmpp:version>0.14</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
459 <xmpp:status>complete</xmpp:status> |
10263 | 460 <xmpp:note>via XEP-0163</xmpp:note> |
461 </xmpp:SupportedXep> | |
462 </implements> | |
463 <implements> | |
464 <xmpp:SupportedXep> | |
465 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/> | |
10273 | 466 <xmpp:version>1.3</xmpp:version> |
10321 | 467 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
468 <xmpp:since>0.10.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
469 <xmpp:note>mod_blocklist</xmpp:note> |
10263 | 470 </xmpp:SupportedXep> |
471 </implements> | |
472 <implements> | |
473 <xmpp:SupportedXep> | |
474 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0194.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
475 <xmpp:version>0.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
476 <xmpp:status>complete</xmpp:status> |
10263 | 477 <xmpp:note>via XEP-0163</xmpp:note> |
478 </xmpp:SupportedXep> | |
479 </implements> | |
480 <implements> | |
481 <xmpp:SupportedXep> | |
482 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0195.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
483 <xmpp:version>0.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
484 <xmpp:status>complete</xmpp:status> |
10263 | 485 <xmpp:note>via XEP-0163</xmpp:note> |
486 </xmpp:SupportedXep> | |
487 </implements> | |
488 <implements> | |
489 <xmpp:SupportedXep> | |
490 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0196.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
491 <xmpp:version>0.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
492 <xmpp:status>complete</xmpp:status> |
10263 | 493 <xmpp:note>via XEP-0163</xmpp:note> |
494 </xmpp:SupportedXep> | |
495 </implements> | |
496 <implements> | |
497 <xmpp:SupportedXep> | |
498 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0197.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
499 <xmpp:version>0.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
500 <xmpp:status>complete</xmpp:status> |
10263 | 501 <xmpp:note>via XEP-0163</xmpp:note> |
502 </xmpp:SupportedXep> | |
503 </implements> | |
504 <implements> | |
505 <xmpp:SupportedXep> | |
11934
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
506 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
507 <xmpp:version>1.6</xmpp:version> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
508 <xmpp:status>complete</xmpp:status> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
509 <xmpp:since>0.12.0</xmpp:since> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
510 <xmpp:note>mod_smacks</xmpp:note> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
511 </xmpp:SupportedXep> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
512 </implements> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
513 <implements> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
514 <xmpp:SupportedXep> |
10263 | 515 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> |
10273 | 516 <xmpp:version>2.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
517 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
518 <xmpp:status>complete</xmpp:status> |
10263 | 519 </xmpp:SupportedXep> |
520 </implements> | |
521 <implements> | |
522 <xmpp:SupportedXep> | |
523 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0202.html"/> | |
10273 | 524 <xmpp:version>2.0</xmpp:version> |
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
525 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
526 <xmpp:since>0.1.0</xmpp:since> |
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
527 <xmpp:note>mod_time</xmpp:note> |
10263 | 528 </xmpp:SupportedXep> |
529 </implements> | |
530 <implements> | |
531 <xmpp:SupportedXep> | |
532 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0203.html"/> | |
10273 | 533 <xmpp:version>2.0</xmpp:version> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
534 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
535 <xmpp:status>complete</xmpp:status> |
10263 | 536 </xmpp:SupportedXep> |
537 </implements> | |
538 <implements> | |
539 <xmpp:SupportedXep> | |
11770
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
540 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0205.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
541 <xmpp:version>1.0.2</xmpp:version> |
11770
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
542 <xmpp:since>0.12.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
543 <xmpp:status>complete</xmpp:status> |
11770
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
544 <xmpp:note>stanza size limits, bandwidth limits, stanza-too-big error condition</xmpp:note> |
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
545 </xmpp:SupportedXep> |
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
546 </implements> |
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
547 <implements> |
d2a9aa1c7ac8
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se>
parents:
11631
diff
changeset
|
548 <xmpp:SupportedXep> |
10263 | 549 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0206.html"/> |
11863
7034b30101c1
doap: Make note about missing 'restartlogic' from XEP-0206
Kim Alvefur <zash@zash.se>
parents:
11862
diff
changeset
|
550 <xmpp:version>1.4</xmpp:version> |
7034b30101c1
doap: Make note about missing 'restartlogic' from XEP-0206
Kim Alvefur <zash@zash.se>
parents:
11862
diff
changeset
|
551 <xmpp:status>partial</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
552 <xmpp:since>0.2.0</xmpp:since> |
11863
7034b30101c1
doap: Make note about missing 'restartlogic' from XEP-0206
Kim Alvefur <zash@zash.se>
parents:
11862
diff
changeset
|
553 <xmpp:note>What's that about restartlogic in 1.3?</xmpp:note> |
10263 | 554 </xmpp:SupportedXep> |
555 </implements> | |
556 <implements> | |
557 <xmpp:SupportedXep> | |
558 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0212.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
559 <xmpp:version>1.0</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
560 <xmpp:status>complete</xmpp:status> |
10263 | 561 <xmpp:note>required level</xmpp:note> |
562 </xmpp:SupportedXep> | |
563 </implements> | |
564 <implements> | |
565 <xmpp:SupportedXep> | |
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
566 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0215.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
567 <xmpp:version>0.7.2</xmpp:version> |
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
568 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
569 <xmpp:since>0.12.0</xmpp:since> |
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
570 <xmpp:note>mod_external_services</xmpp:note> |
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
571 </xmpp:SupportedXep> |
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
572 </implements> |
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
573 <implements> |
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
574 <xmpp:SupportedXep> |
10263 | 575 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0220.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
576 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
577 <xmpp:since>0.1.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
578 <xmpp:status>partial</xmpp:status> |
10263 | 579 </xmpp:SupportedXep> |
580 </implements> | |
581 <implements> | |
582 <xmpp:SupportedXep> | |
11219
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
583 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0222.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
584 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
585 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
586 <xmpp:status>complete</xmpp:status> |
11219
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
587 <xmpp:note>mod_pep</xmpp:note> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
588 </xmpp:SupportedXep> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
589 </implements> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
590 <implements> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
591 <xmpp:SupportedXep> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
592 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
593 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
594 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
595 <xmpp:status>complete</xmpp:status> |
11219
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
596 <xmpp:note>mod_pep</xmpp:note> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
597 </xmpp:SupportedXep> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
598 </implements> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
599 <implements> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
600 <xmpp:SupportedXep> |
10263 | 601 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0227.html"/> |
11790
19bcaec31428
doap: Specify version of XEP-0227 used
Kim Alvefur <zash@zash.se>
parents:
11778
diff
changeset
|
602 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
603 <xmpp:since>0.7.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
604 <xmpp:status>partial</xmpp:status> |
11791
7580365da050
doap: Mention mod_storage_xep0227
Kim Alvefur <zash@zash.se>
parents:
11790
diff
changeset
|
605 <xmpp:note>Used in migrator tools and mod_storage_xep0227</xmpp:note> |
10263 | 606 </xmpp:SupportedXep> |
607 </implements> | |
608 <implements> | |
609 <xmpp:SupportedXep> | |
610 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0237.html"/> | |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
611 <xmpp:version>1.3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
612 <xmpp:since>0.4.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
613 <xmpp:status>complete</xmpp:status> |
10319
7ffd880591ac
doap: Note about XEP-0237: Roster Versioning being merged into rfc6121
Kim Alvefur <zash@zash.se>
parents:
10318
diff
changeset
|
614 <xmpp:note>implied by rfc6121</xmpp:note> |
10263 | 615 </xmpp:SupportedXep> |
616 </implements> | |
617 <implements> | |
618 <xmpp:SupportedXep> | |
10733
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
619 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0249.html"/> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
620 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
621 <xmpp:since>0.12.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
622 <xmpp:status>complete</xmpp:status> |
10733
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
623 <xmpp:note>mod_csi_simple</xmpp:note> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
624 </xmpp:SupportedXep> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
625 </implements> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
626 <implements> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
627 <xmpp:SupportedXep> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
628 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
629 <xmpp:version>1.0.1</xmpp:version> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
630 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
631 <xmpp:since>0.10.0</xmpp:since> |
10335
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
632 </xmpp:SupportedXep> |
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
633 </implements> |
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
634 <implements> |
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
635 <xmpp:SupportedXep> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
636 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0286.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
637 <xmpp:version>1.0.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
638 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
639 <xmpp:status>complete</xmpp:status> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
640 <xmpp:note>mod_csi_simple</xmpp:note> |
10263 | 641 </xmpp:SupportedXep> |
642 </implements> | |
643 <implements> | |
644 <xmpp:SupportedXep> | |
10316
74b49c8b1b79
doap: Fix missing '0' in URL to XEP-0288
Kim Alvefur <zash@zash.se>
parents:
10313
diff
changeset
|
645 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0288.html"/> |
10320
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
646 <xmpp:version>1.0.1</xmpp:version> |
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
647 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
648 <xmpp:since>0.12.0</xmpp:since> |
10263 | 649 </xmpp:SupportedXep> |
650 </implements> | |
651 <implements> | |
652 <xmpp:SupportedXep> | |
653 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> | |
11861 | 654 <xmpp:version>0.11</xmpp:version> |
10320
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
655 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
656 <xmpp:since>0.11.0</xmpp:since> |
10320
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
657 <xmpp:note>mod_vcard4, mod_vcard_legacy</xmpp:note> |
10263 | 658 </xmpp:SupportedXep> |
659 </implements> | |
660 <implements> | |
661 <xmpp:SupportedXep> | |
11233
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
662 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0297.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
663 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
664 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
665 <xmpp:status>complete</xmpp:status> |
11233
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
666 <xmpp:note>Used by XEP-0280, XEP-0313</xmpp:note> |
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
667 </xmpp:SupportedXep> |
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
668 </implements> |
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
669 <implements> |
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
670 <xmpp:SupportedXep> |
10263 | 671 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0302.html"/> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
672 <xmpp:version>0.1</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
673 <xmpp:status>complete</xmpp:status> |
10263 | 674 <xmpp:note>Core Server</xmpp:note> |
675 </xmpp:SupportedXep> | |
676 </implements> | |
677 <implements> | |
678 <xmpp:SupportedXep> | |
11069 | 679 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0307.html"/> |
680 <xmpp:version>0.1</xmpp:version> | |
681 <xmpp:status>complete</xmpp:status> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
682 <xmpp:since>0.6.0</xmpp:since> |
11069 | 683 <xmpp:note>Moved into mod_muc_unique in 0.11</xmpp:note> |
684 </xmpp:SupportedXep> | |
685 </implements> | |
686 <implements> | |
687 <xmpp:SupportedXep> | |
10263 | 688 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
689 <xmpp:version>1.0.1</xmpp:version> |
11281
142fb655b885
mod_mam: Advertise extended MAM when archive storage is capable
Kim Alvefur <zash@zash.se>
parents:
11268
diff
changeset
|
690 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
691 <xmpp:since>0.10.0</xmpp:since> |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
692 <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> |
10263 | 693 </xmpp:SupportedXep> |
694 </implements> | |
695 <implements> | |
696 <xmpp:SupportedXep> | |
10696 | 697 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0317.html"/> |
698 <xmpp:version>0.1</xmpp:version> | |
699 <xmpp:status>planned</xmpp:status> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
700 <xmpp:since>0.12.0</xmpp:since> |
10696 | 701 <xmpp:note>muc/hats</xmpp:note> |
702 </xmpp:SupportedXep> | |
703 </implements> | |
704 <implements> | |
705 <xmpp:SupportedXep> | |
10263 | 706 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0318.html"/> |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
707 <xmpp:version>0.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
708 <xmpp:since>0.9.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
709 <xmpp:status>complete</xmpp:status> |
10263 | 710 <xmpp:note>refers to inclusion of delay stamp in presence</xmpp:note> |
711 </xmpp:SupportedXep> | |
712 </implements> | |
713 <implements> | |
714 <xmpp:SupportedXep> | |
715 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> | |
11230
eb0265a75b1f
doap: XEP-0352 version bump to Draft (no changes)
Kim Alvefur <zash@zash.se>
parents:
11229
diff
changeset
|
716 <xmpp:version>1.0.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
717 <xmpp:since>0.11.0</xmpp:since> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
718 <xmpp:status>complete</xmpp:status> |
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
719 <xmpp:note>mod_csi+mod_csi_simple</xmpp:note> |
10263 | 720 </xmpp:SupportedXep> |
721 </implements> | |
722 <implements> | |
723 <xmpp:SupportedXep> | |
10819
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
724 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0353.html"/> |
12234
1c47162dd965
plugins: Update for namespace bump in XEP-0353 v0.4.0
Kim Alvefur <zash@zash.se>
parents:
12232
diff
changeset
|
725 <xmpp:version>0.4.0</xmpp:version> |
10819
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
726 <xmpp:since>0.11.6</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
727 <xmpp:status>complete</xmpp:status> |
10821
30fc1ed5647a
mod_mam: Archive XEP-0353: Jingle Message Initiation
Kim Alvefur <zash@zash.se>
parents:
10820
diff
changeset
|
728 <xmpp:note>triggers buffer flush in mod_csi_simple since 0.11.6; recognised by mod_carbons and mod_mam since 0.12</xmpp:note> |
10819
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
729 </xmpp:SupportedXep> |
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
730 </implements> |
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
731 <implements> |
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
732 <xmpp:SupportedXep> |
10915 | 733 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> |
11861 | 734 <xmpp:version>0.6.1</xmpp:version> |
10915 | 735 <xmpp:status>complete</xmpp:status> |
736 <xmpp:since>0.10.0</xmpp:since> | |
737 <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note> | |
738 </xmpp:SupportedXep> | |
739 </implements> | |
740 <implements> | |
741 <xmpp:SupportedXep> | |
11309
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
742 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
743 <xmpp:version>1.1.0</xmpp:version> |
11956
340d8619e27e
doap: Remove stray ... is that a tab or a space?
Kim Alvefur <zash@zash.se>
parents:
11955
diff
changeset
|
744 <xmpp:status>complete</xmpp:status> |
11309
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
745 <xmpp:since>0.12.0</xmpp:since> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
746 <xmpp:note>mod_http_file_share</xmpp:note> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
747 </xmpp:SupportedXep> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
748 </implements> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
749 <implements> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
750 <xmpp:SupportedXep> |
10336
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
751 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> |
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
752 <xmpp:version>1.1.0</xmpp:version> |
12232
4f5f34a7f85a
doap: Let's say XEP-0368 support is complete now
Kim Alvefur <zash@zash.se>
parents:
12170
diff
changeset
|
753 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
754 <xmpp:since>0.2.0</xmpp:since> |
11778
f254fd16218a
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
Kim Alvefur <zash@zash.se>
parents:
11774
diff
changeset
|
755 <xmpp:note>c2s_direct_tls_ports (formerly legacy_ssl_ports) for c2s and direct_tls_s2s_ports for s2s</xmpp:note> |
10336
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
756 </xmpp:SupportedXep> |
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
757 </implements> |
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
758 <implements> |
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
759 <xmpp:SupportedXep> |
12144
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
760 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0379.html"/> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
761 <xmpp:version>0.3.3</xmpp:version> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
762 <xmpp:status>complete</xmpp:status> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
763 <xmpp:since>0.12.0</xmpp:since> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
764 </xmpp:SupportedXep> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
765 </implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
766 <implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
767 <xmpp:SupportedXep> |
10322
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
768 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
769 <xmpp:version>0.4.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
770 <xmpp:since>0.11.0</xmpp:since> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
771 <xmpp:status>complete</xmpp:status> |
10322
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
772 <xmpp:note>Used in context of XEP-0352</xmpp:note> |
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
773 </xmpp:SupportedXep> |
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
774 </implements> |
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
775 <implements> |
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
776 <xmpp:SupportedXep> |
10263 | 777 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
778 <xmpp:version>0.8.3</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
779 <xmpp:status>complete</xmpp:status> |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
780 <xmpp:note>via XEP-0163, XEP-0222</xmpp:note> |
10263 | 781 </xmpp:SupportedXep> |
782 </implements> | |
783 <implements> | |
784 <xmpp:SupportedXep> | |
785 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/> | |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
786 <xmpp:version>0.2.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
787 <xmpp:since>0.11.0</xmpp:since> |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
788 <xmpp:status>complete</xmpp:status> |
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
789 <xmpp:note>mod_vcard_legacy</xmpp:note> |
10263 | 790 </xmpp:SupportedXep> |
791 </implements> | |
792 <implements> | |
793 <xmpp:SupportedXep> | |
12144
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
794 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0401.html"/> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
795 <xmpp:version>0.5.0</xmpp:version> |
12144
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
796 <xmpp:since>0.12.0</xmpp:since> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
797 <xmpp:status>partial</xmpp:status> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
798 </xmpp:SupportedXep> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
799 </implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
800 <implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
801 <xmpp:SupportedXep> |
12148
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
802 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0402.html"/> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
803 <xmpp:version>1.1.3</xmpp:version> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
804 <xmpp:since>0.12.0</xmpp:since> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
805 <xmpp:status>complete</xmpp:status> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
806 <xmpp:note>mod_bookmarks</xmpp:note> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
807 </xmpp:SupportedXep> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
808 </implements> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
809 <implements> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
810 <xmpp:SupportedXep> |
10263 | 811 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> |
11861 | 812 <xmpp:version>1.1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
813 <xmpp:since>0.11.0</xmpp:since> |
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
814 <xmpp:status>complete</xmpp:status> |
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
815 <xmpp:note>Server Optimization</xmpp:note> |
10263 | 816 </xmpp:SupportedXep> |
817 </implements> | |
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
818 <implements> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
819 <xmpp:SupportedXep> |
12170
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
820 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0411.html"/> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
821 <xmpp:version>1.1.0</xmpp:version> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
822 <xmpp:since>0.12.0</xmpp:since> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
823 <xmpp:status>complete</xmpp:status> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
824 <xmpp:note>mod_bookmarks</xmpp:note> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
825 </xmpp:SupportedXep> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
826 </implements> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
827 <implements> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
828 <xmpp:SupportedXep> |
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
829 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0421.html"/> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
830 <xmpp:version>0.1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
831 <xmpp:since>0.12.0</xmpp:since> |
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
832 <xmpp:status>complete</xmpp:status> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
833 <xmpp:note>mod_muc</xmpp:note> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
834 </xmpp:SupportedXep> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
835 </implements> |
11234
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
836 <implements> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
837 <xmpp:SupportedXep> |
12128
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
838 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0438.html"/> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
839 <xmpp:version>0.2.0</xmpp:version> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
840 <xmpp:status>partial</xmpp:status> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
841 </xmpp:SupportedXep> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
842 </implements> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
843 <implements> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
844 <xmpp:SupportedXep> |
11234
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
845 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
846 <xmpp:version>0.2.0</xmpp:version> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
847 <xmpp:status>complete</xmpp:status> |
11234
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
848 <xmpp:note>Broken out of XEP-0313</xmpp:note> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
849 </xmpp:SupportedXep> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
850 </implements> |
12541
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
851 <implements> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
852 <xmpp:SupportedXep> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
853 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
854 <xmpp:version>0.2.0</xmpp:version> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
855 <xmpp:since>trunk</xmpp:since> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
856 <xmpp:status>complete</xmpp:status> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
857 </xmpp:SupportedXep> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
858 </implements> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
859 <implements> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
860 <xmpp:SupportedXep> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
861 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0445.html"/> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
862 <xmpp:version>0.2.0</xmpp:version> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
863 <xmpp:since>0.12.0</xmpp:since> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
864 <xmpp:status>complete</xmpp:status> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
865 </xmpp:SupportedXep> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
866 </implements> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
867 </Project> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
868 </rdf:RDF> |