Software /
code /
prosody
Annotate
doc/doap.xml @ 12843:e609e10966f5
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 14 Jan 2023 14:09:33 +0100 |
parent | 12819:764a4bf2580a |
child | 12930:a7b7cdec2b31 |
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"/> |
12639
6d9ee0a3eb4b
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246
Kim Alvefur <zash@zash.se>
parents:
12635
diff
changeset
|
63 <implements rdf:resource="https://www.rfc-editor.org/info/rfc8305"/> |
12594
29685403be32
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)
Kim Alvefur <zash@zash.se>
parents:
12541
diff
changeset
|
64 <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
|
65 <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
|
66 <!-- 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
|
67 </implements> |
10702
48edd69814d5
doap: Add UTR-39 (mod_mimicking)
Kim Alvefur <zash@zash.se>
parents:
10696
diff
changeset
|
68 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> |
10263 | 69 <implements> |
70 <xmpp:SupportedXep> | |
71 <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
|
72 <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
|
73 <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
|
74 <xmpp:status>partial</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
75 <xmpp:note>no support for multiple items (reported tag)</xmpp:note> |
10263 | 76 </xmpp:SupportedXep> |
77 </implements> | |
78 <implements> | |
79 <xmpp:SupportedXep> | |
80 <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
|
81 <xmpp:since>0.4.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
82 <xmpp:until>0.7.0</xmpp:until> |
11256 | 83 <xmpp:status>removed</xmpp:status> |
10263 | 84 </xmpp:SupportedXep> |
85 </implements> | |
86 <implements> | |
87 <xmpp:SupportedXep> | |
88 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0012.html"/> | |
10388 | 89 <xmpp:version>2.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
90 <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
|
91 <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
|
92 <xmpp:status>complete</xmpp:status> |
10263 | 93 </xmpp:SupportedXep> |
94 </implements> | |
95 <implements> | |
96 <xmpp:SupportedXep> | |
97 <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
|
98 <xmpp:since>0.7.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
99 <xmpp:until>0.10.0</xmpp:until> |
11256 | 100 <xmpp:status>removed</xmpp:status> |
101 <xmpp:note>mod_privacy</xmpp:note> | |
10263 | 102 </xmpp:SupportedXep> |
103 </implements> | |
104 <implements> | |
105 <xmpp:SupportedXep> | |
106 <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
|
107 <xmpp:version>2.5rc3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
108 <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
|
109 <xmpp:status>complete</xmpp:status> |
10263 | 110 </xmpp:SupportedXep> |
111 </implements> | |
112 <implements> | |
113 <xmpp:SupportedXep> | |
11228
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
114 <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
|
115 <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
|
116 <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
|
117 <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
|
118 <xmpp:note>libexpat</xmpp:note> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
119 </xmpp:SupportedXep> |
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 <implements> |
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
122 <xmpp:SupportedXep> |
10263 | 123 <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
|
124 <xmpp:version>1.34.3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
125 <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
|
126 <xmpp:status>partial</xmpp:status> |
10263 | 127 </xmpp:SupportedXep> |
128 </implements> | |
129 <implements> | |
130 <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
|
131 <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
|
132 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
133 <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
|
134 <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
|
135 <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
|
136 </xmpp:SupportedXep> |
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 <implements> |
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
139 <xmpp:SupportedXep> |
10263 | 140 <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
|
141 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
142 <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
|
143 <xmpp:status>complete</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
144 <xmpp:note>mod_private</xmpp:note> |
10263 | 145 </xmpp:SupportedXep> |
146 </implements> | |
147 <implements> | |
148 <xmpp:SupportedXep> | |
149 <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
|
150 <xmpp:version>1.3.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
151 <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
|
152 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
153 <xmpp:note>mod_adhoc</xmpp:note> |
10263 | 154 </xmpp:SupportedXep> |
155 </implements> | |
156 <implements> | |
157 <xmpp:SupportedXep> | |
158 <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
|
159 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
160 <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
|
161 <xmpp:status>complete</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
162 <xmpp:note>mod_vcard and mod_vcard_legacy</xmpp:note> |
10263 | 163 </xmpp:SupportedXep> |
164 </implements> | |
165 <implements> | |
166 <xmpp:SupportedXep> | |
11229
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
167 <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
|
168 <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
|
169 <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
|
170 <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
|
171 <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
|
172 </xmpp:SupportedXep> |
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 <implements> |
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
175 <xmpp:SupportedXep> |
10263 | 176 <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
|
177 <xmpp:version>1.24.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
178 <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
|
179 <xmpp:status>partial</xmpp:status> |
11955
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
180 <xmpp:note>mod_pubsub</xmpp:note> |
10263 | 181 </xmpp:SupportedXep> |
182 </implements> | |
183 <implements> | |
184 <xmpp:SupportedXep> | |
185 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0065.html"/> | |
11861 | 186 <xmpp:version>1.8.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
187 <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
|
188 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
189 <xmpp:note>mod_proxy65</xmpp:note> |
10263 | 190 </xmpp:SupportedXep> |
191 </implements> | |
192 <implements> | |
193 <xmpp:SupportedXep> | |
194 <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
|
195 <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
|
196 <xmpp:status>complete</xmpp:status> |
10263 | 197 </xmpp:SupportedXep> |
198 </implements> | |
199 <implements> | |
200 <xmpp:SupportedXep> | |
201 <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
|
202 <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
|
203 <xmpp:version>2.4</xmpp:version> |
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
204 <xmpp:status>complete</xmpp:status> |
10263 | 205 </xmpp:SupportedXep> |
206 </implements> | |
207 <implements> | |
208 <xmpp:SupportedXep> | |
209 <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
|
210 <xmpp:version>2.5</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
211 <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
|
212 <xmpp:status>partial</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
213 <xmpp:note>mod_legacyauth, lacks digest method</xmpp:note> |
10263 | 214 </xmpp:SupportedXep> |
215 </implements> | |
216 <implements> | |
217 <xmpp:SupportedXep> | |
218 <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
|
219 <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
|
220 <xmpp:status>complete</xmpp:status> |
10511 | 221 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 222 </xmpp:SupportedXep> |
223 </implements> | |
224 <implements> | |
225 <xmpp:SupportedXep> | |
226 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0082.html"/> | |
11861 | 227 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
228 <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
|
229 <xmpp:status>complete</xmpp:status> |
10263 | 230 </xmpp:SupportedXep> |
231 </implements> | |
232 <implements> | |
233 <xmpp:SupportedXep> | |
234 <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
|
235 <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
|
236 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
237 <xmpp:note>via XEP-0163, also mod_vcard_legacy</xmpp:note> |
10263 | 238 </xmpp:SupportedXep> |
239 </implements> | |
240 <implements> | |
241 <xmpp:SupportedXep> | |
242 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> | |
11861 | 243 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
244 <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
|
245 <xmpp:until>trunk</xmpp:until> |
f928cb5c5d04
mod_time: Remove obsolete XEP-0090 support
Kim Alvefur <zash@zash.se>
parents:
12605
diff
changeset
|
246 <xmpp:status>removed</xmpp:status> |
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
247 <xmpp:note>mod_time</xmpp:note> |
10263 | 248 </xmpp:SupportedXep> |
249 </implements> | |
250 <implements> | |
251 <xmpp:SupportedXep> | |
252 <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
|
253 <xmpp:version>1.4</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
254 <xmpp:since>0.1.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
255 <xmpp:until>0.12.0</xmpp:until> |
11256 | 256 <xmpp:status>removed</xmpp:status> |
11180
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
257 <xmpp:note>Gone from offline messages in 0.10.0, gone from MUC in 0.12</xmpp:note> |
10263 | 258 </xmpp:SupportedXep> |
259 </implements> | |
260 <implements> | |
261 <xmpp:SupportedXep> | |
262 <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
|
263 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
264 <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
|
265 <xmpp:status>complete</xmpp:status> |
10263 | 266 </xmpp:SupportedXep> |
267 </implements> | |
268 <implements> | |
269 <xmpp:SupportedXep> | |
270 <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
|
271 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
272 <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
|
273 <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
|
274 <xmpp:note>util.jid.(un)escape, missing rejection of \20 at start or end per xep version 1.1</xmpp:note> |
10263 | 275 </xmpp:SupportedXep> |
276 </implements> | |
277 <implements> | |
278 <xmpp:SupportedXep> | |
279 <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
|
280 <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
|
281 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
282 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 283 </xmpp:SupportedXep> |
284 </implements> | |
285 <implements> | |
286 <xmpp:SupportedXep> | |
287 <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
|
288 <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
|
289 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
290 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 291 </xmpp:SupportedXep> |
292 </implements> | |
293 <implements> | |
294 <xmpp:SupportedXep> | |
295 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0114.html"/> | |
10273 | 296 <xmpp:version>1.6</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
297 <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
|
298 <xmpp:status>complete</xmpp:status> |
10263 | 299 </xmpp:SupportedXep> |
300 </implements> | |
301 <implements> | |
302 <xmpp:SupportedXep> | |
303 <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
|
304 <xmpp:version>1.6.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
305 <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
|
306 <xmpp:status>complete</xmpp:status> |
10263 | 307 </xmpp:SupportedXep> |
308 </implements> | |
309 <implements> | |
310 <xmpp:SupportedXep> | |
311 <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
|
312 <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
|
313 <xmpp:status>complete</xmpp:status> |
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
314 <xmpp:note>via XEP-0163</xmpp:note> |
10263 | 315 </xmpp:SupportedXep> |
316 </implements> | |
317 <implements> | |
318 <xmpp:SupportedXep> | |
10408 | 319 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/> |
320 <xmpp:version>1.0.2</xmpp:version> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
321 <xmpp:since>0.11.0</xmpp:since> |
10408 | 322 <xmpp:status>partial</xmpp:status> |
323 </xmpp:SupportedXep> | |
324 </implements> | |
325 <implements> | |
326 <xmpp:SupportedXep> | |
10263 | 327 <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
|
328 <xmpp:version>1.11.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
329 <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
|
330 <xmpp:status>complete</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
331 <xmpp:note>mod_bosh</xmpp:note> |
10263 | 332 </xmpp:SupportedXep> |
333 </implements> | |
334 <implements> | |
335 <xmpp:SupportedXep> | |
336 <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
|
337 <xmpp:until>0.10.0</xmpp:until> |
11256 | 338 <xmpp:status>removed</xmpp:status> |
339 <xmpp:note>Gone with XEP-0016</xmpp:note> | |
10263 | 340 </xmpp:SupportedXep> |
341 </implements> | |
342 <implements> | |
343 <xmpp:SupportedXep> | |
344 <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
|
345 <xmpp:version>1.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
346 <xmpp:since>0.9.0</xmpp:since> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
347 <xmpp:status>complete</xmpp:status> |
10263 | 348 </xmpp:SupportedXep> |
349 </implements> | |
350 <implements> | |
351 <xmpp:SupportedXep> | |
352 <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
|
353 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
354 <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
|
355 <xmpp:status>partial</xmpp:status> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
356 <xmpp:note>mod_admin_adhoc, missing some commands</xmpp:note> |
10263 | 357 </xmpp:SupportedXep> |
358 </implements> | |
359 <implements> | |
360 <xmpp:SupportedXep> | |
361 <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
|
362 <xmpp:version>2.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
363 <xmpp:since>0.6.0</xmpp:since> |
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
364 <xmpp:until>0.10.0</xmpp:until> |
11256 | 365 <xmpp:status>removed</xmpp:status> |
366 <xmpp:note>Compression considered insecure</xmpp:note> | |
10263 | 367 </xmpp:SupportedXep> |
368 </implements> | |
369 <implements> | |
370 <xmpp:SupportedXep> | |
371 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> | |
10321 | 372 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
373 <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
|
374 <xmpp:status>complete</xmpp:status> |
10263 | 375 <xmpp:note>via XEP-0398</xmpp:note> |
376 </xmpp:SupportedXep> | |
377 </implements> | |
378 <implements> | |
379 <xmpp:SupportedXep> | |
380 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> | |
11861 | 381 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
382 <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
|
383 <xmpp:status>complete</xmpp:status> |
10263 | 384 </xmpp:SupportedXep> |
385 </implements> | |
386 <implements> | |
387 <xmpp:SupportedXep> | |
388 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0160.html"/> | |
10321 | 389 <xmpp:version>1.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
390 <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
|
391 <xmpp:status>complete</xmpp:status> |
10263 | 392 </xmpp:SupportedXep> |
393 </implements> | |
394 <implements> | |
395 <xmpp:SupportedXep> | |
396 <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
|
397 <xmpp:version>1.2.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
398 <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
|
399 <xmpp:status>complete</xmpp:status> |
10263 | 400 </xmpp:SupportedXep> |
401 </implements> | |
402 <implements> | |
403 <xmpp:SupportedXep> | |
404 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0170.html"/> | |
10321 | 405 <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
|
406 <xmpp:status>complete</xmpp:status> |
10263 | 407 </xmpp:SupportedXep> |
408 </implements> | |
409 <implements> | |
410 <xmpp:SupportedXep> | |
411 <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
|
412 <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
|
413 <xmpp:status>complete</xmpp:status> |
bad4c1bfd94e
doap: Fill in the mandatory 'status' field everywhere
Kim Alvefur <zash@zash.se>
parents:
11934
diff
changeset
|
414 <xmpp:note>via XEP-0163, also mod_vcard_legacy</xmpp:note> |
10263 | 415 </xmpp:SupportedXep> |
416 </implements> | |
417 <implements> | |
418 <xmpp:SupportedXep> | |
419 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0175.html"/> | |
10321 | 420 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
421 <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
|
422 <xmpp:status>partial</xmpp:status> |
10263 | 423 </xmpp:SupportedXep> |
424 </implements> | |
425 <implements> | |
426 <xmpp:SupportedXep> | |
427 <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
|
428 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
429 <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
|
430 <xmpp:status>complete</xmpp:status> |
10263 | 431 </xmpp:SupportedXep> |
432 </implements> | |
433 <implements> | |
434 <xmpp:SupportedXep> | |
435 <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
|
436 <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
|
437 <xmpp:status>complete</xmpp:status> |
10263 | 438 </xmpp:SupportedXep> |
439 </implements> | |
440 <implements> | |
441 <xmpp:SupportedXep> | |
12235
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
442 <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
|
443 <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
|
444 <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
|
445 <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
|
446 </xmpp:SupportedXep> |
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 <implements> |
c98527220564
doap: Make note of mod_mam storing XEP-0184 receipts
Kim Alvefur <zash@zash.se>
parents:
12234
diff
changeset
|
449 <xmpp:SupportedXep> |
10263 | 450 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0185.html"/> |
10321 | 451 <xmpp:version>1.0</xmpp:version> |
452 <xmpp:status>complete</xmpp:status> | |
10274
b4596a056a4c
doap: Add some supported-since versions
Kim Alvefur <zash@zash.se>
parents:
10273
diff
changeset
|
453 <xmpp:since>0.9.10</xmpp:since> |
10263 | 454 </xmpp:SupportedXep> |
455 </implements> | |
456 <implements> | |
457 <xmpp:SupportedXep> | |
458 <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
|
459 <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
|
460 <xmpp:status>complete</xmpp:status> |
10263 | 461 <xmpp:note>via XEP-0163</xmpp:note> |
462 </xmpp:SupportedXep> | |
463 </implements> | |
464 <implements> | |
465 <xmpp:SupportedXep> | |
466 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/> | |
10273 | 467 <xmpp:version>1.3</xmpp:version> |
10321 | 468 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
469 <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
|
470 <xmpp:note>mod_blocklist</xmpp:note> |
10263 | 471 </xmpp:SupportedXep> |
472 </implements> | |
473 <implements> | |
474 <xmpp:SupportedXep> | |
475 <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
|
476 <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
|
477 <xmpp:status>complete</xmpp:status> |
10263 | 478 <xmpp:note>via XEP-0163</xmpp:note> |
479 </xmpp:SupportedXep> | |
480 </implements> | |
481 <implements> | |
482 <xmpp:SupportedXep> | |
483 <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
|
484 <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
|
485 <xmpp:status>complete</xmpp:status> |
10263 | 486 <xmpp:note>via XEP-0163</xmpp:note> |
487 </xmpp:SupportedXep> | |
488 </implements> | |
489 <implements> | |
490 <xmpp:SupportedXep> | |
491 <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
|
492 <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
|
493 <xmpp:status>complete</xmpp:status> |
10263 | 494 <xmpp:note>via XEP-0163</xmpp:note> |
495 </xmpp:SupportedXep> | |
496 </implements> | |
497 <implements> | |
498 <xmpp:SupportedXep> | |
499 <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
|
500 <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
|
501 <xmpp:status>complete</xmpp:status> |
10263 | 502 <xmpp:note>via XEP-0163</xmpp:note> |
503 </xmpp:SupportedXep> | |
504 </implements> | |
505 <implements> | |
506 <xmpp:SupportedXep> | |
11934
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
507 <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
|
508 <xmpp:version>1.6</xmpp:version> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
509 <xmpp:status>complete</xmpp:status> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
510 <xmpp:since>0.12.0</xmpp:since> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
511 <xmpp:note>mod_smacks</xmpp:note> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
512 </xmpp:SupportedXep> |
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 <implements> |
65cdb1b21db3
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Kim Alvefur <zash@zash.se>
parents:
11883
diff
changeset
|
515 <xmpp:SupportedXep> |
10263 | 516 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> |
10273 | 517 <xmpp:version>2.0.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
518 <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
|
519 <xmpp:status>complete</xmpp:status> |
10263 | 520 </xmpp:SupportedXep> |
521 </implements> | |
522 <implements> | |
523 <xmpp:SupportedXep> | |
524 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0202.html"/> | |
10273 | 525 <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
|
526 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
527 <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
|
528 <xmpp:note>mod_time</xmpp:note> |
10263 | 529 </xmpp:SupportedXep> |
530 </implements> | |
531 <implements> | |
532 <xmpp:SupportedXep> | |
533 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0203.html"/> | |
10273 | 534 <xmpp:version>2.0</xmpp:version> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
535 <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
|
536 <xmpp:status>complete</xmpp:status> |
10263 | 537 </xmpp:SupportedXep> |
538 </implements> | |
539 <implements> | |
540 <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
|
541 <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
|
542 <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
|
543 <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
|
544 <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
|
545 <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
|
546 </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
|
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 <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
|
549 <xmpp:SupportedXep> |
10263 | 550 <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
|
551 <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
|
552 <xmpp:status>partial</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
553 <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
|
554 <xmpp:note>What's that about restartlogic in 1.3?</xmpp:note> |
10263 | 555 </xmpp:SupportedXep> |
556 </implements> | |
557 <implements> | |
558 <xmpp:SupportedXep> | |
559 <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
|
560 <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
|
561 <xmpp:status>complete</xmpp:status> |
10263 | 562 <xmpp:note>required level</xmpp:note> |
563 </xmpp:SupportedXep> | |
564 </implements> | |
565 <implements> | |
566 <xmpp:SupportedXep> | |
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
567 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0215.html"/> |
12684
a8b59b1be359
doap: Update for XEP-0215 advancement to Stable
Kim Alvefur <zash@zash.se>
parents:
12639
diff
changeset
|
568 <xmpp:version>1.0.0</xmpp:version> |
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
569 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
570 <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
|
571 <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
|
572 </xmpp:SupportedXep> |
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 <implements> |
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
575 <xmpp:SupportedXep> |
10263 | 576 <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
|
577 <xmpp:version>1.1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
578 <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
|
579 <xmpp:status>partial</xmpp:status> |
10263 | 580 </xmpp:SupportedXep> |
581 </implements> | |
582 <implements> | |
583 <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
|
584 <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
|
585 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
586 <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
|
587 <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
|
588 <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
|
589 </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
|
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 <implements> |
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:SupportedXep> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
593 <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
|
594 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
595 <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
|
596 <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
|
597 <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
|
598 </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
|
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 <implements> |
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
601 <xmpp:SupportedXep> |
10263 | 602 <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
|
603 <xmpp:version>1.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
604 <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
|
605 <xmpp:status>partial</xmpp:status> |
11791
7580365da050
doap: Mention mod_storage_xep0227
Kim Alvefur <zash@zash.se>
parents:
11790
diff
changeset
|
606 <xmpp:note>Used in migrator tools and mod_storage_xep0227</xmpp:note> |
10263 | 607 </xmpp:SupportedXep> |
608 </implements> | |
609 <implements> | |
610 <xmpp:SupportedXep> | |
611 <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
|
612 <xmpp:version>1.3</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
613 <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
|
614 <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
|
615 <xmpp:note>implied by rfc6121</xmpp:note> |
10263 | 616 </xmpp:SupportedXep> |
617 </implements> | |
618 <implements> | |
619 <xmpp:SupportedXep> | |
10733
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
620 <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
|
621 <xmpp:version>1.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
622 <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
|
623 <xmpp:status>complete</xmpp:status> |
10733
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
624 <xmpp:note>mod_csi_simple</xmpp:note> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
625 </xmpp:SupportedXep> |
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 <implements> |
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
628 <xmpp:SupportedXep> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
629 <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
|
630 <xmpp:version>1.0.1</xmpp:version> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
631 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
632 <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
|
633 </xmpp:SupportedXep> |
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 <implements> |
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
636 <xmpp:SupportedXep> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
637 <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
|
638 <xmpp:version>1.0.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
639 <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
|
640 <xmpp:status>complete</xmpp:status> |
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
641 <xmpp:note>mod_csi_simple</xmpp:note> |
10263 | 642 </xmpp:SupportedXep> |
643 </implements> | |
644 <implements> | |
645 <xmpp:SupportedXep> | |
10316
74b49c8b1b79
doap: Fix missing '0' in URL to XEP-0288
Kim Alvefur <zash@zash.se>
parents:
10313
diff
changeset
|
646 <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
|
647 <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
|
648 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
649 <xmpp:since>0.12.0</xmpp:since> |
10263 | 650 </xmpp:SupportedXep> |
651 </implements> | |
652 <implements> | |
653 <xmpp:SupportedXep> | |
654 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> | |
11861 | 655 <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
|
656 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
657 <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
|
658 <xmpp:note>mod_vcard4, mod_vcard_legacy</xmpp:note> |
10263 | 659 </xmpp:SupportedXep> |
660 </implements> | |
661 <implements> | |
662 <xmpp:SupportedXep> | |
11233
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
663 <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
|
664 <xmpp:version>1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
665 <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
|
666 <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
|
667 <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
|
668 </xmpp:SupportedXep> |
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 <implements> |
c06bf468c6dc
doap: Add XEP-0297, used by XEP-0280, XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11232
diff
changeset
|
671 <xmpp:SupportedXep> |
10263 | 672 <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
|
673 <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
|
674 <xmpp:status>complete</xmpp:status> |
10263 | 675 <xmpp:note>Core Server</xmpp:note> |
676 </xmpp:SupportedXep> | |
677 </implements> | |
678 <implements> | |
679 <xmpp:SupportedXep> | |
11069 | 680 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0307.html"/> |
681 <xmpp:version>0.1</xmpp:version> | |
682 <xmpp:status>complete</xmpp:status> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
683 <xmpp:since>0.6.0</xmpp:since> |
11069 | 684 <xmpp:note>Moved into mod_muc_unique in 0.11</xmpp:note> |
685 </xmpp:SupportedXep> | |
686 </implements> | |
687 <implements> | |
688 <xmpp:SupportedXep> | |
10263 | 689 <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
|
690 <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
|
691 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
692 <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
|
693 <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> |
10263 | 694 </xmpp:SupportedXep> |
695 </implements> | |
696 <implements> | |
697 <xmpp:SupportedXep> | |
10696 | 698 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0317.html"/> |
699 <xmpp:version>0.1</xmpp:version> | |
700 <xmpp:status>planned</xmpp:status> | |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
701 <xmpp:since>0.12.0</xmpp:since> |
10696 | 702 <xmpp:note>muc/hats</xmpp:note> |
703 </xmpp:SupportedXep> | |
704 </implements> | |
705 <implements> | |
706 <xmpp:SupportedXep> | |
10263 | 707 <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
|
708 <xmpp:version>0.2</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
709 <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
|
710 <xmpp:status>complete</xmpp:status> |
10263 | 711 <xmpp:note>refers to inclusion of delay stamp in presence</xmpp:note> |
712 </xmpp:SupportedXep> | |
713 </implements> | |
714 <implements> | |
715 <xmpp:SupportedXep> | |
716 <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
|
717 <xmpp:version>1.0.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
718 <xmpp:since>0.11.0</xmpp:since> |
11860
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
719 <xmpp:status>complete</xmpp:status> |
4150bd80101c
doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se>
parents:
11851
diff
changeset
|
720 <xmpp:note>mod_csi+mod_csi_simple</xmpp:note> |
10263 | 721 </xmpp:SupportedXep> |
722 </implements> | |
723 <implements> | |
724 <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
|
725 <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
|
726 <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
|
727 <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
|
728 <xmpp:status>complete</xmpp:status> |
10821
30fc1ed5647a
mod_mam: Archive XEP-0353: Jingle Message Initiation
Kim Alvefur <zash@zash.se>
parents:
10820
diff
changeset
|
729 <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
|
730 </xmpp:SupportedXep> |
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 <implements> |
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
733 <xmpp:SupportedXep> |
10915 | 734 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> |
11861 | 735 <xmpp:version>0.6.1</xmpp:version> |
10915 | 736 <xmpp:status>complete</xmpp:status> |
737 <xmpp:since>0.10.0</xmpp:since> | |
738 <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note> | |
739 </xmpp:SupportedXep> | |
740 </implements> | |
741 <implements> | |
742 <xmpp:SupportedXep> | |
11309
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
743 <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
|
744 <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
|
745 <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
|
746 <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
|
747 <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
|
748 </xmpp:SupportedXep> |
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 <implements> |
b59aed75dc5e
mod_http_file_share: Let's write another XEP-0363 implementation
Kim Alvefur <zash@zash.se>
parents:
11285
diff
changeset
|
751 <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
|
752 <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
|
753 <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
|
754 <xmpp:status>complete</xmpp:status> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
755 <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
|
756 <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
|
757 </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
|
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 <implements> |
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
760 <xmpp:SupportedXep> |
12144
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
761 <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
|
762 <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
|
763 <xmpp:status>complete</xmpp:status> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
764 <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
|
765 </xmpp:SupportedXep> |
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 <implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
768 <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
|
769 <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
|
770 <xmpp:version>0.4.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
771 <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
|
772 <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
|
773 <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
|
774 </xmpp:SupportedXep> |
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 <implements> |
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
777 <xmpp:SupportedXep> |
10263 | 778 <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
|
779 <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
|
780 <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
|
781 <xmpp:note>via XEP-0163, XEP-0222</xmpp:note> |
10263 | 782 </xmpp:SupportedXep> |
783 </implements> | |
784 <implements> | |
785 <xmpp:SupportedXep> | |
786 <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
|
787 <xmpp:version>0.2.1</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
788 <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
|
789 <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
|
790 <xmpp:note>mod_vcard_legacy</xmpp:note> |
10263 | 791 </xmpp:SupportedXep> |
792 </implements> | |
793 <implements> | |
794 <xmpp:SupportedXep> | |
12144
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
795 <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
|
796 <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
|
797 <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
|
798 <xmpp:status>partial</xmpp:status> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
799 </xmpp:SupportedXep> |
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 <implements> |
3e292e2a1e02
mod_invites_register: Import from prosody-modules@797b51043767
Kim Alvefur <zash@zash.se>
parents:
12128
diff
changeset
|
802 <xmpp:SupportedXep> |
12148
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
803 <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
|
804 <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
|
805 <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
|
806 <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
|
807 <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
|
808 </xmpp:SupportedXep> |
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 <implements> |
b63bb2c4b6d9
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
12144
diff
changeset
|
811 <xmpp:SupportedXep> |
10263 | 812 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> |
11861 | 813 <xmpp:version>1.1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
814 <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
|
815 <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
|
816 <xmpp:note>Server Optimization</xmpp:note> |
10263 | 817 </xmpp:SupportedXep> |
818 </implements> | |
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
819 <implements> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
820 <xmpp:SupportedXep> |
12170
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
821 <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
|
822 <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
|
823 <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
|
824 <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
|
825 <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
|
826 </xmpp:SupportedXep> |
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 <implements> |
750abaf99baf
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
Kim Alvefur <zash@zash.se>
parents:
12148
diff
changeset
|
829 <xmpp:SupportedXep> |
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
830 <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
|
831 <xmpp:version>0.1.0</xmpp:version> |
11255
6a12f546d22f
doap: Specify exact Prosody version
Kim Alvefur <zash@zash.se>
parents:
11244
diff
changeset
|
832 <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
|
833 <xmpp:status>complete</xmpp:status> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
834 <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
|
835 </xmpp:SupportedXep> |
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
836 </implements> |
11234
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
837 <implements> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
838 <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
|
839 <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
|
840 <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
|
841 <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
|
842 </xmpp:SupportedXep> |
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 <implements> |
593e823566e1
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
Kim Alvefur <zash@zash.se>
parents:
11956
diff
changeset
|
845 <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
|
846 <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
|
847 <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
|
848 <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
|
849 <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
|
850 </xmpp:SupportedXep> |
d28e11beb5d5
doap: Add XEP-0441, the preferences part broken out of XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11233
diff
changeset
|
851 </implements> |
12541
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
852 <implements> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
853 <xmpp:SupportedXep> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
854 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> |
12728
931a2d049a91
doap: Latest XEP-0440 supported since 9f100ab9ffdf
Matthew Wild <mwild1@gmail.com>
parents:
12684
diff
changeset
|
855 <xmpp:version>0.4.0</xmpp:version> |
12541
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
856 <xmpp:since>trunk</xmpp:since> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
857 <xmpp:status>complete</xmpp:status> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
858 </xmpp:SupportedXep> |
97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
Kim Alvefur <zash@zash.se>
parents:
12279
diff
changeset
|
859 </implements> |
12605
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
860 <implements> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
861 <xmpp:SupportedXep> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
862 <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
|
863 <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
|
864 <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
|
865 <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
|
866 </xmpp:SupportedXep> |
053417068957
doap: Update XEP versions for which no code changes appear needed
Kim Alvefur <zash@zash.se>
parents:
12594
diff
changeset
|
867 </implements> |
12808
12bd40b8e105
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement
Kim Alvefur <zash@zash.se>
parents:
12728
diff
changeset
|
868 <implements> |
12819
764a4bf2580a
doap: Fix RDF syntax (thanks Link Mauve)
Kim Alvefur <zash@zash.se>
parents:
12808
diff
changeset
|
869 <xmpp:SupportedXep> |
764a4bf2580a
doap: Fix RDF syntax (thanks Link Mauve)
Kim Alvefur <zash@zash.se>
parents:
12808
diff
changeset
|
870 <xmpp:xep rdf:resources="https://xmpp.org/extensions/inbox/xep-sla.xml"/> |
764a4bf2580a
doap: Fix RDF syntax (thanks Link Mauve)
Kim Alvefur <zash@zash.se>
parents:
12808
diff
changeset
|
871 <xmpp:since>trunk</xmpp:since> |
764a4bf2580a
doap: Fix RDF syntax (thanks Link Mauve)
Kim Alvefur <zash@zash.se>
parents:
12808
diff
changeset
|
872 </xmpp:SupportedXep> |
12808
12bd40b8e105
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement
Kim Alvefur <zash@zash.se>
parents:
12728
diff
changeset
|
873 </implements> |
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
874 </Project> |
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
875 </rdf:RDF> |