Mercurial > prosody-hg
annotate doc/doap.xml @ 11229:c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 13 Dec 2020 15:12:21 +0100 |
| parents | e602f3d77ace |
| children | eb0265a75b1f |
| rev | line source |
|---|---|
|
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
| 10263 | 2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en"> |
|
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 <Project xmlns="http://usefulinc.com/ns/doap#"> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 <name>Prosody IM</name> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 <shortdesc>Lightweight XMPP server</shortdesc> |
|
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"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
14 <bug-database rdf:resource="https://issues.prosody.im/"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
15 <support-forum rdf:resource="xmpp:prosody@conference.prosody.im?join"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
16 <repository> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
17 <HgRepository> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
18 <location rdf:resource="https://hg.prosody.im/trunk/"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
19 <browse rdf:location="https://hg.prosody.im/trunk/"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
20 </HgRepository> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
21 </repository> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
22 <programming-langauge>Lua</programming-langauge> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
23 <programming-langauge>C</programming-langauge> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
24 <os>Linux</os> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
25 <os>macOS</os> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
26 <os>FreeBSD</os> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
27 <os>OpenBSD</os> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
28 <os>NetBSD</os> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
29 <maintainer> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
30 <foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
31 <foaf:name>Matthew Wild</foaf:name> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
32 <foaf:nick>MattJ</foaf:nick> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
33 <foaf:homepage>https://matthewwild.co.uk/</foaf:homepage> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
34 </foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
35 </maintainer> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
36 <maintainer> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
37 <foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
38 <foaf:name>Waqas Hussain</foaf:name> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
39 <foaf:nick>waqas</foaf:nick> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
40 </foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
41 </maintainer> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
42 <maintainer> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
43 <foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
44 <foaf:name>Kim Alvefur</foaf:name> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
45 <foaf:nick>Zash</foaf:nick> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
46 <foaf:homepage>https://www.zash.se/</foaf:homepage> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
47 </foaf:Person> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
48 </maintainer> |
| 10318 | 49 <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
|
50 <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
|
51 <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
|
52 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
53 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> |
|
10465
09697a673015
mod_net_multiplex: Add support for using ALPN
Kim Alvefur <zash@zash.se>
parents:
10408
diff
changeset
|
54 <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
|
55 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |
|
10308
48e392dbf6e7
doap: Add reference to draft-cridland-xmpp-session
Kim Alvefur <zash@zash.se>
parents:
10274
diff
changeset
|
56 <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> |
|
48e392dbf6e7
doap: Add reference to draft-cridland-xmpp-session
Kim Alvefur <zash@zash.se>
parents:
10274
diff
changeset
|
57 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> |
|
10702
48edd69814d5
doap: Add UTR-39 (mod_mimicking)
Kim Alvefur <zash@zash.se>
parents:
10696
diff
changeset
|
58 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> |
| 10263 | 59 <implements> |
| 60 <xmpp:SupportedXep> | |
| 61 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> | |
|
10387
f57a4ac87f96
doap: Reorder tags for consistency
Kim Alvefur <zash@zash.se>
parents:
10347
diff
changeset
|
62 <xmpp:version>2.9</xmpp:version> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
63 <xmpp:status>complete</xmpp:status> |
| 10263 | 64 </xmpp:SupportedXep> |
| 65 </implements> | |
| 66 <implements> | |
| 67 <xmpp:SupportedXep> | |
| 68 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0009.html"/> | |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
69 <xmpp:since>0.4</xmpp:since> |
|
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
70 <xmpp:until>0.7</xmpp:until> |
| 10263 | 71 </xmpp:SupportedXep> |
| 72 </implements> | |
| 73 <implements> | |
| 74 <xmpp:SupportedXep> | |
| 75 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0012.html"/> | |
| 10388 | 76 <xmpp:version>2.0</xmpp:version> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
77 <xmpp:since>0.1</xmpp:since> |
|
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
78 <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
|
79 <xmpp:status>complete</xmpp:status> |
| 10263 | 80 </xmpp:SupportedXep> |
| 81 </implements> | |
| 82 <implements> | |
| 83 <xmpp:SupportedXep> | |
| 84 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0016.html"/> | |
| 85 <xmpp:since>0.7</xmpp:since> | |
|
10264
4db7c1a4fe51
doap: Fix namespace of <until>
Kim Alvefur <zash@zash.se>
parents:
10263
diff
changeset
|
86 <xmpp:until>0.10</xmpp:until> |
| 10263 | 87 </xmpp:SupportedXep> |
| 88 </implements> | |
| 89 <implements> | |
| 90 <xmpp:SupportedXep> | |
| 91 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> | |
|
10345
fb1339671cd6
doap: Trim a trailing '.' from a version/branch name for consistency
Kim Alvefur <zash@zash.se>
parents:
10344
diff
changeset
|
92 <xmpp:since>0.10</xmpp:since> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
93 <xmpp:status>complete</xmpp:status> |
| 10263 | 94 </xmpp:SupportedXep> |
| 95 </implements> | |
| 96 <implements> | |
| 97 <xmpp:SupportedXep> | |
|
11228
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
98 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0044.html"/> |
|
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
99 <xmpp:note>libexpat</xmpp:note> |
|
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
100 </xmpp:SupportedXep> |
|
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
101 </implements> |
|
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
102 <implements> |
|
e602f3d77ace
doap: Add XEP-0044, Expat should be handling namespaces
Kim Alvefur <zash@zash.se>
parents:
11219
diff
changeset
|
103 <xmpp:SupportedXep> |
| 10263 | 104 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/> |
| 10267 | 105 <xmpp:version>1.32.0</xmpp:version> |
| 10263 | 106 <xmpp:since>0.3</xmpp:since> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
107 <xmpp:status>partial</xmpp:status> |
| 10263 | 108 </xmpp:SupportedXep> |
| 109 </implements> | |
| 110 <implements> | |
| 111 <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
|
112 <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
|
113 <xmpp:version>1.2</xmpp:version> |
|
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
114 <xmpp:since>0.1</xmpp:since> |
|
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
115 <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
|
116 </xmpp:SupportedXep> |
|
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
117 </implements> |
|
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
118 <implements> |
|
f1c5c3d76145
doap: XEP-0048 is indirectly supported via XEP-0049 by mod_privacy
Kim Alvefur <zash@zash.se>
parents:
11216
diff
changeset
|
119 <xmpp:SupportedXep> |
| 10263 | 120 <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
|
121 <xmpp:version>1.2</xmpp:version> |
| 10263 | 122 <xmpp:since>0.1</xmpp:since> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
123 <xmpp:status>complete</xmpp:status> |
| 10263 | 124 </xmpp:SupportedXep> |
| 125 </implements> | |
| 126 <implements> | |
| 127 <xmpp:SupportedXep> | |
| 128 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0050.html"/> | |
| 129 <xmpp:since>0.8</xmpp:since> | |
| 130 </xmpp:SupportedXep> | |
| 131 </implements> | |
| 132 <implements> | |
| 133 <xmpp:SupportedXep> | |
| 134 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/> | |
| 135 <xmpp:since>0.1</xmpp:since> | |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
136 <xmpp:status>complete</xmpp:status> |
| 10263 | 137 </xmpp:SupportedXep> |
| 138 </implements> | |
| 139 <implements> | |
| 140 <xmpp:SupportedXep> | |
|
11229
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
141 <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
|
142 <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
|
143 <xmpp:since>0.10.0</xmpp:since> |
|
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
144 <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
|
145 </xmpp:SupportedXep> |
|
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
146 </implements> |
|
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
147 <implements> |
|
c24547497b42
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
Kim Alvefur <zash@zash.se>
parents:
11228
diff
changeset
|
148 <xmpp:SupportedXep> |
| 10263 | 149 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0060.html"/> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
150 <xmpp:version>1.15.8</xmpp:version> |
| 10263 | 151 <xmpp:since>0.9</xmpp:since> |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
152 <xmpp:status>partial</xmpp:status> |
| 10263 | 153 </xmpp:SupportedXep> |
| 154 </implements> | |
| 155 <implements> | |
| 156 <xmpp:SupportedXep> | |
| 157 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0065.html"/> | |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
158 <xmpp:version>1.8.1</xmpp:version> |
| 10263 | 159 <xmpp:since>0.7</xmpp:since> |
| 160 </xmpp:SupportedXep> | |
| 161 </implements> | |
| 162 <implements> | |
| 163 <xmpp:SupportedXep> | |
| 164 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0068.html"/> | |
| 165 </xmpp:SupportedXep> | |
| 166 </implements> | |
| 167 <implements> | |
| 168 <xmpp:SupportedXep> | |
| 169 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0077.html"/> | |
| 170 <xmpp:since>0.1</xmpp:since> | |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
171 <xmpp:version>2.4</xmpp:version> |
|
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
172 <xmpp:status>complete</xmpp:status> |
| 10263 | 173 </xmpp:SupportedXep> |
| 174 </implements> | |
| 175 <implements> | |
| 176 <xmpp:SupportedXep> | |
| 177 <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
|
178 <xmpp:version>2.5</xmpp:version> |
| 10263 | 179 <xmpp:since>0.1</xmpp:since> |
| 180 </xmpp:SupportedXep> | |
| 181 </implements> | |
| 182 <implements> | |
| 183 <xmpp:SupportedXep> | |
| 184 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0080.html"/> | |
| 10511 | 185 <xmpp:note>via XEP-0163</xmpp:note> |
| 10263 | 186 </xmpp:SupportedXep> |
| 187 </implements> | |
| 188 <implements> | |
| 189 <xmpp:SupportedXep> | |
| 190 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0082.html"/> | |
|
10265
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
191 <xmpp:version>1.1</xmpp:version> |
|
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
192 <xmpp:since>0.1</xmpp:since> |
| 10263 | 193 </xmpp:SupportedXep> |
| 194 </implements> | |
| 195 <implements> | |
| 196 <xmpp:SupportedXep> | |
| 197 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0084.html"/> | |
| 10511 | 198 <xmpp:note>via XEP-0163</xmpp:note> |
| 10263 | 199 </xmpp:SupportedXep> |
| 200 </implements> | |
| 201 <implements> | |
| 202 <xmpp:SupportedXep> | |
| 203 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> | |
|
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
204 <xmpp:version>1.1</xmpp:version> |
|
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
205 <xmpp:since>0.1</xmpp:since> |
|
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
206 <xmpp:note>mod_time</xmpp:note> |
| 10263 | 207 </xmpp:SupportedXep> |
| 208 </implements> | |
| 209 <implements> | |
| 210 <xmpp:SupportedXep> | |
| 211 <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
|
212 <xmpp:version>1.4</xmpp:version> |
|
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
213 <xmpp:since>0.1</xmpp:since> |
|
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
214 <xmpp:until>0.12</xmpp:until> |
|
ab820b2ad199
MUC: Remove XEP-0091: Legacy Delayed Delivery
Kim Alvefur <zash@zash.se>
parents:
11069
diff
changeset
|
215 <xmpp:note>Gone from offline messages in 0.10.0, gone from MUC in 0.12</xmpp:note> |
| 10263 | 216 </xmpp:SupportedXep> |
| 217 </implements> | |
| 218 <implements> | |
| 219 <xmpp:SupportedXep> | |
| 220 <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
|
221 <xmpp:version>1.1</xmpp:version> |
|
639e0c37858f
doap: Add details to XEPs numbered under 100
Kim Alvefur <zash@zash.se>
parents:
10264
diff
changeset
|
222 <xmpp:since>0.1</xmpp:since> |
| 10263 | 223 </xmpp:SupportedXep> |
| 224 </implements> | |
| 225 <implements> | |
| 226 <xmpp:SupportedXep> | |
| 227 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0106.html"/> | |
|
10274
b4596a056a4c
doap: Add some supported-since versions
Kim Alvefur <zash@zash.se>
parents:
10273
diff
changeset
|
228 <xmpp:since>0.9</xmpp:since> |
| 10263 | 229 </xmpp:SupportedXep> |
| 230 </implements> | |
| 231 <implements> | |
| 232 <xmpp:SupportedXep> | |
| 233 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/> | |
|
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
234 <xmpp:note>via XEP-0163</xmpp:note> |
| 10263 | 235 </xmpp:SupportedXep> |
| 236 </implements> | |
| 237 <implements> | |
| 238 <xmpp:SupportedXep> | |
| 239 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0108.html"/> | |
|
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
240 <xmpp:note>via XEP-0163</xmpp:note> |
| 10263 | 241 </xmpp:SupportedXep> |
| 242 </implements> | |
| 243 <implements> | |
| 244 <xmpp:SupportedXep> | |
| 245 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0114.html"/> | |
| 10273 | 246 <xmpp:version>1.6</xmpp:version> |
| 10263 | 247 <xmpp:since>0.4</xmpp:since> |
| 248 </xmpp:SupportedXep> | |
| 249 </implements> | |
| 250 <implements> | |
| 251 <xmpp:SupportedXep> | |
| 252 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/> | |
|
10274
b4596a056a4c
doap: Add some supported-since versions
Kim Alvefur <zash@zash.se>
parents:
10273
diff
changeset
|
253 <xmpp:since>0.8</xmpp:since> |
| 10263 | 254 </xmpp:SupportedXep> |
| 255 </implements> | |
| 256 <implements> | |
| 257 <xmpp:SupportedXep> | |
| 258 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0118.html"/> | |
|
10312
94bc264114b0
doap: Fix element name typo (node -> note)
Kim Alvefur <zash@zash.se>
parents:
10308
diff
changeset
|
259 <xmpp:note>via XEP-0163</xmpp:note> |
| 10263 | 260 </xmpp:SupportedXep> |
| 261 </implements> | |
| 262 <implements> | |
| 263 <xmpp:SupportedXep> | |
| 10408 | 264 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/> |
| 265 <xmpp:version>1.0.2</xmpp:version> | |
| 266 <xmpp:since>0.11</xmpp:since> | |
| 267 <xmpp:status>partial</xmpp:status> | |
| 268 </xmpp:SupportedXep> | |
| 269 </implements> | |
| 270 <implements> | |
| 271 <xmpp:SupportedXep> | |
| 10263 | 272 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0124.html"/> |
| 273 <xmpp:since>0.2</xmpp:since> | |
| 274 </xmpp:SupportedXep> | |
| 275 </implements> | |
| 276 <implements> | |
| 277 <xmpp:SupportedXep> | |
| 278 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0126.html"/> | |
|
10264
4db7c1a4fe51
doap: Fix namespace of <until>
Kim Alvefur <zash@zash.se>
parents:
10263
diff
changeset
|
279 <xmpp:until>0.10</xmpp:until> |
| 10263 | 280 </xmpp:SupportedXep> |
| 281 </implements> | |
| 282 <implements> | |
| 283 <xmpp:SupportedXep> | |
| 284 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0128.html"/> | |
| 285 <xmpp:since>0.9</xmpp:since> | |
| 286 </xmpp:SupportedXep> | |
| 287 </implements> | |
| 288 <implements> | |
| 289 <xmpp:SupportedXep> | |
| 290 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0133.html"/> | |
| 291 <xmpp:since>0.7</xmpp:since> | |
| 292 </xmpp:SupportedXep> | |
| 293 </implements> | |
| 294 <implements> | |
| 295 <xmpp:SupportedXep> | |
| 296 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0138.html"/> | |
| 10321 | 297 <xmpp:version>2.0</xmpp:version> |
| 10263 | 298 <xmpp:since>0.6</xmpp:since> |
|
10264
4db7c1a4fe51
doap: Fix namespace of <until>
Kim Alvefur <zash@zash.se>
parents:
10263
diff
changeset
|
299 <xmpp:until>0.10</xmpp:until> |
| 10263 | 300 </xmpp:SupportedXep> |
| 301 </implements> | |
| 302 <implements> | |
| 303 <xmpp:SupportedXep> | |
| 304 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/> | |
| 10321 | 305 <xmpp:version>1.1</xmpp:version> |
| 306 <xmpp:since>0.11</xmpp:since> | |
| 10263 | 307 <xmpp:note>via XEP-0398</xmpp:note> |
| 308 </xmpp:SupportedXep> | |
| 309 </implements> | |
| 310 <implements> | |
| 311 <xmpp:SupportedXep> | |
| 312 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> | |
|
11010
6b27cb706b89
mod_server_contact_info: Add status-addresses field
Kim Alvefur <zash@zash.se>
parents:
10979
diff
changeset
|
313 <xmpp:version>1.1.0</xmpp:version> |
| 10263 | 314 <xmpp:since>0.10</xmpp:since> |
| 315 </xmpp:SupportedXep> | |
| 316 </implements> | |
| 317 <implements> | |
| 318 <xmpp:SupportedXep> | |
| 319 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0160.html"/> | |
| 10321 | 320 <xmpp:version>1.0.1</xmpp:version> |
| 321 <xmpp:since>0.1</xmpp:since> | |
| 10263 | 322 </xmpp:SupportedXep> |
| 323 </implements> | |
| 324 <implements> | |
| 325 <xmpp:SupportedXep> | |
| 326 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/> | |
| 10321 | 327 <xmpp:version>1.2.1</xmpp:version> |
| 10263 | 328 <xmpp:since>0.5</xmpp:since> |
| 329 </xmpp:SupportedXep> | |
| 330 </implements> | |
| 331 <implements> | |
| 332 <xmpp:SupportedXep> | |
| 333 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0170.html"/> | |
| 10321 | 334 <xmpp:version>1.0</xmpp:version> |
| 10263 | 335 </xmpp:SupportedXep> |
| 336 </implements> | |
| 337 <implements> | |
| 338 <xmpp:SupportedXep> | |
| 339 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0172.html"/> | |
| 340 <xmpp:note>via XEP-0163</xmpp:note> | |
| 341 </xmpp:SupportedXep> | |
| 342 </implements> | |
| 343 <implements> | |
| 344 <xmpp:SupportedXep> | |
| 345 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0175.html"/> | |
| 10321 | 346 <xmpp:version>1.2</xmpp:version> |
| 347 <xmpp:since>0.4</xmpp:since> | |
| 10263 | 348 </xmpp:SupportedXep> |
| 349 </implements> | |
| 350 <implements> | |
| 351 <xmpp:SupportedXep> | |
| 352 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0178.html"/> | |
| 10321 | 353 <xmpp:version>1.1</xmpp:version> |
| 10263 | 354 <xmpp:since>0.9</xmpp:since> |
| 355 </xmpp:SupportedXep> | |
| 356 </implements> | |
| 357 <implements> | |
| 358 <xmpp:SupportedXep> | |
| 359 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0182.html"/> | |
| 360 </xmpp:SupportedXep> | |
| 361 </implements> | |
| 362 <implements> | |
| 363 <xmpp:SupportedXep> | |
| 364 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0185.html"/> | |
| 10321 | 365 <xmpp:version>1.0</xmpp:version> |
| 366 <xmpp:status>complete</xmpp:status> | |
|
10274
b4596a056a4c
doap: Add some supported-since versions
Kim Alvefur <zash@zash.se>
parents:
10273
diff
changeset
|
367 <xmpp:since>0.9.10</xmpp:since> |
| 10263 | 368 </xmpp:SupportedXep> |
| 369 </implements> | |
| 370 <implements> | |
| 371 <xmpp:SupportedXep> | |
| 372 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0189.html"/> | |
| 373 <xmpp:note>via XEP-0163</xmpp:note> | |
| 374 </xmpp:SupportedXep> | |
| 375 </implements> | |
| 376 <implements> | |
| 377 <xmpp:SupportedXep> | |
| 378 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/> | |
| 10273 | 379 <xmpp:version>1.3</xmpp:version> |
| 10321 | 380 <xmpp:status>complete</xmpp:status> |
| 10263 | 381 <xmpp:since>0.10</xmpp:since> |
| 382 </xmpp:SupportedXep> | |
| 383 </implements> | |
| 384 <implements> | |
| 385 <xmpp:SupportedXep> | |
| 386 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0194.html"/> | |
| 387 <xmpp:note>via XEP-0163</xmpp:note> | |
| 388 </xmpp:SupportedXep> | |
| 389 </implements> | |
| 390 <implements> | |
| 391 <xmpp:SupportedXep> | |
| 392 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0195.html"/> | |
| 393 <xmpp:note>via XEP-0163</xmpp:note> | |
| 394 </xmpp:SupportedXep> | |
| 395 </implements> | |
| 396 <implements> | |
| 397 <xmpp:SupportedXep> | |
| 398 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0196.html"/> | |
| 399 <xmpp:note>via XEP-0163</xmpp:note> | |
| 400 </xmpp:SupportedXep> | |
| 401 </implements> | |
| 402 <implements> | |
| 403 <xmpp:SupportedXep> | |
| 404 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0197.html"/> | |
| 405 <xmpp:note>via XEP-0163</xmpp:note> | |
| 406 </xmpp:SupportedXep> | |
| 407 </implements> | |
| 408 <implements> | |
| 409 <xmpp:SupportedXep> | |
| 410 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> | |
| 10273 | 411 <xmpp:version>2.0.1</xmpp:version> |
| 10263 | 412 <xmpp:since>0.1</xmpp:since> |
| 413 </xmpp:SupportedXep> | |
| 414 </implements> | |
| 415 <implements> | |
| 416 <xmpp:SupportedXep> | |
| 417 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0202.html"/> | |
| 10273 | 418 <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
|
419 <xmpp:status>complete</xmpp:status> |
| 10263 | 420 <xmpp:since>0.1</xmpp:since> |
|
10979
5671d51df26c
doap: Expand on XEPs implemented by mod_time
Kim Alvefur <zash@zash.se>
parents:
10915
diff
changeset
|
421 <xmpp:note>mod_time</xmpp:note> |
| 10263 | 422 </xmpp:SupportedXep> |
| 423 </implements> | |
| 424 <implements> | |
| 425 <xmpp:SupportedXep> | |
| 426 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0203.html"/> | |
| 10273 | 427 <xmpp:version>2.0</xmpp:version> |
| 10263 | 428 </xmpp:SupportedXep> |
| 429 </implements> | |
| 430 <implements> | |
| 431 <xmpp:SupportedXep> | |
| 432 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0206.html"/> | |
| 10273 | 433 <xmpp:version>1.2</xmpp:version> |
| 10263 | 434 <xmpp:since>0.2</xmpp:since> |
| 435 </xmpp:SupportedXep> | |
| 436 </implements> | |
| 437 <implements> | |
| 438 <xmpp:SupportedXep> | |
| 439 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0212.html"/> | |
| 440 <xmpp:note>required level</xmpp:note> | |
| 441 </xmpp:SupportedXep> | |
| 442 </implements> | |
| 443 <implements> | |
| 444 <xmpp:SupportedXep> | |
|
11036
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
445 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0215.html"/> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
446 <xmpp:version>0.7</xmpp:version> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
447 <xmpp:status>complete</xmpp:status> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
448 <xmpp:since>0.12</xmpp:since> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
449 <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
|
450 </xmpp:SupportedXep> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
451 </implements> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
452 <implements> |
|
79e410cd7f6e
mod_external_services: XEP-0215: External Service Discovery
Kim Alvefur <zash@zash.se>
parents:
11010
diff
changeset
|
453 <xmpp:SupportedXep> |
| 10263 | 454 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0220.html"/> |
| 455 <xmpp:since>0.1</xmpp:since> | |
| 456 </xmpp:SupportedXep> | |
| 457 </implements> | |
| 458 <implements> | |
| 459 <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
|
460 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0222.html"/> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
461 <xmpp:since>0.11</xmpp:since> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
462 <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
|
463 </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
|
464 </implements> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
465 <implements> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
466 <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
|
467 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0223.html"/> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
468 <xmpp:since>0.11</xmpp:since> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
469 <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
|
470 </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
|
471 </implements> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
472 <implements> |
|
586a6ed6b0a6
doap: Add XEP-0222 and XEP-0223, both supported by newer mod_pep
Kim Alvefur <zash@zash.se>
parents:
11218
diff
changeset
|
473 <xmpp:SupportedXep> |
| 10263 | 474 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0227.html"/> |
| 475 <xmpp:since>0.7</xmpp:since> | |
|
10317
b6979e3ecce1
doap: Note about where XEP-0227 is used
Kim Alvefur <zash@zash.se>
parents:
10316
diff
changeset
|
476 <xmpp:note>Used in migrator tools</xmpp:note> |
| 10263 | 477 </xmpp:SupportedXep> |
| 478 </implements> | |
| 479 <implements> | |
| 480 <xmpp:SupportedXep> | |
| 481 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0237.html"/> | |
| 482 <xmpp:since>0.4</xmpp:since> | |
|
10319
7ffd880591ac
doap: Note about XEP-0237: Roster Versioning being merged into rfc6121
Kim Alvefur <zash@zash.se>
parents:
10318
diff
changeset
|
483 <xmpp:note>implied by rfc6121</xmpp:note> |
| 10263 | 484 </xmpp:SupportedXep> |
| 485 </implements> | |
| 486 <implements> | |
| 487 <xmpp:SupportedXep> | |
|
10733
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
488 <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
|
489 <xmpp:version>1.2</xmpp:version> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
490 <xmpp:since>0.12</xmpp:since> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
491 <xmpp:note>mod_csi_simple</xmpp:note> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
492 </xmpp:SupportedXep> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
493 </implements> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
494 <implements> |
|
89e0f5cb60a1
mod_csi_simple: Consider MUC invites important
Kim Alvefur <zash@zash.se>
parents:
10702
diff
changeset
|
495 <xmpp:SupportedXep> |
|
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
496 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> |
|
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
497 <xmpp:version>0.12.1</xmpp:version> |
|
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
498 <xmpp:status>complete</xmpp:status> |
|
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
499 <xmpp:since>0.10</xmpp:since> |
|
10335
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
500 </xmpp:SupportedXep> |
|
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
501 </implements> |
|
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
502 <implements> |
|
4d875bbd6226
doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se>
parents:
10322
diff
changeset
|
503 <xmpp:SupportedXep> |
|
10347
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
504 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0286.html"/> |
|
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
505 <xmpp:since>0.11</xmpp:since> |
|
4168ba01d0bf
doap: Sort <implements> by XEP number
Kim Alvefur <zash@zash.se>
parents:
10346
diff
changeset
|
506 <xmpp:note>mod_csi_simple</xmpp:note> |
| 10263 | 507 </xmpp:SupportedXep> |
| 508 </implements> | |
| 509 <implements> | |
| 510 <xmpp:SupportedXep> | |
|
10316
74b49c8b1b79
doap: Fix missing '0' in URL to XEP-0288
Kim Alvefur <zash@zash.se>
parents:
10313
diff
changeset
|
511 <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
|
512 <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
|
513 <xmpp:status>complete</xmpp:status> |
| 10263 | 514 <xmpp:since>0.12</xmpp:since> |
| 515 </xmpp:SupportedXep> | |
| 516 </implements> | |
| 517 <implements> | |
| 518 <xmpp:SupportedXep> | |
| 519 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0292.html"/> | |
|
10320
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
520 <xmpp:version>0.10</xmpp:version> |
|
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
521 <xmpp:status>complete</xmpp:status> |
| 10263 | 522 <xmpp:since>0.11</xmpp:since> |
|
10320
bde144b35a93
doap: Add detials for XEP-0280, 0288 and 0292
Kim Alvefur <zash@zash.se>
parents:
10319
diff
changeset
|
523 <xmpp:note>mod_vcard4, mod_vcard_legacy</xmpp:note> |
| 10263 | 524 </xmpp:SupportedXep> |
| 525 </implements> | |
| 526 <implements> | |
| 527 <xmpp:SupportedXep> | |
| 528 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0302.html"/> | |
| 529 <xmpp:note>Core Server</xmpp:note> | |
| 530 </xmpp:SupportedXep> | |
| 531 </implements> | |
| 532 <implements> | |
| 533 <xmpp:SupportedXep> | |
| 11069 | 534 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0307.html"/> |
| 535 <xmpp:version>0.1</xmpp:version> | |
| 536 <xmpp:status>complete</xmpp:status> | |
| 537 <xmpp:since>0.6</xmpp:since> | |
| 538 <xmpp:note>Moved into mod_muc_unique in 0.11</xmpp:note> | |
| 539 </xmpp:SupportedXep> | |
| 540 </implements> | |
| 541 <implements> | |
| 542 <xmpp:SupportedXep> | |
| 10263 | 543 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
544 <xmpp:version>0.6.3</xmpp:version> |
| 10263 | 545 <xmpp:since>0.10</xmpp:since> |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
546 <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> |
| 10263 | 547 </xmpp:SupportedXep> |
| 548 </implements> | |
| 549 <implements> | |
| 550 <xmpp:SupportedXep> | |
| 10696 | 551 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0317.html"/> |
| 552 <xmpp:version>0.1</xmpp:version> | |
| 553 <xmpp:status>planned</xmpp:status> | |
| 554 <xmpp:since>0.12</xmpp:since> | |
| 555 <xmpp:note>muc/hats</xmpp:note> | |
| 556 </xmpp:SupportedXep> | |
| 557 </implements> | |
| 558 <implements> | |
| 559 <xmpp:SupportedXep> | |
| 10263 | 560 <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
|
561 <xmpp:version>0.2</xmpp:version> |
| 10263 | 562 <xmpp:since>0.9</xmpp:since> |
| 563 <xmpp:note>refers to inclusion of delay stamp in presence</xmpp:note> | |
| 564 </xmpp:SupportedXep> | |
| 565 </implements> | |
| 566 <implements> | |
| 567 <xmpp:SupportedXep> | |
| 568 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> | |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
569 <xmpp:version>0.3.0</xmpp:version> |
| 10263 | 570 <xmpp:since>0.11</xmpp:since> |
| 571 </xmpp:SupportedXep> | |
| 572 </implements> | |
| 573 <implements> | |
| 574 <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
|
575 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0353.html"/> |
|
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
576 <xmpp:version>0.3</xmpp:version> |
|
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
577 <xmpp:since>0.11.6</xmpp:since> |
|
10821
30fc1ed5647a
mod_mam: Archive XEP-0353: Jingle Message Initiation
Kim Alvefur <zash@zash.se>
parents:
10820
diff
changeset
|
578 <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
|
579 </xmpp:SupportedXep> |
|
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
580 </implements> |
|
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
581 <implements> |
|
5f4093e80cfa
doap: Add XEP-0353 since mod_csi_simple is aware of it
Kim Alvefur <zash@zash.se>
parents:
10733
diff
changeset
|
582 <xmpp:SupportedXep> |
| 10915 | 583 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/> |
| 584 <xmpp:version>0.6.0</xmpp:version> | |
| 585 <xmpp:status>complete</xmpp:status> | |
| 586 <xmpp:since>0.10.0</xmpp:since> | |
| 587 <xmpp:note>Used in context of XEP-0313 by mod_mam and mod_muc_mam</xmpp:note> | |
| 588 </xmpp:SupportedXep> | |
| 589 </implements> | |
| 590 <implements> | |
| 591 <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
|
592 <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
|
593 <xmpp:version>1.1.0</xmpp:version> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
594 <xmpp:status>partial</xmpp:status> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
595 <xmpp:since>0.2</xmpp:since> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
596 <xmpp:note>legacy_ssl_ports</xmpp:note> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
597 </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
|
598 </implements> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
599 <implements> |
|
55dccd4a3522
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
Kim Alvefur <zash@zash.se>
parents:
10335
diff
changeset
|
600 <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
|
601 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
602 <xmpp:version>0.3.0</xmpp:version> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
603 <xmpp:since>0.11</xmpp:since> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
604 <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
|
605 </xmpp:SupportedXep> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
606 </implements> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
607 <implements> |
|
b54c94f25947
doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Kim Alvefur <zash@zash.se>
parents:
10321
diff
changeset
|
608 <xmpp:SupportedXep> |
| 10263 | 609 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
610 <xmpp:note>via XEP-0163, XEP-0222</xmpp:note> |
| 10263 | 611 </xmpp:SupportedXep> |
| 612 </implements> | |
| 613 <implements> | |
| 614 <xmpp:SupportedXep> | |
| 615 <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
|
616 <xmpp:version>0.2.1</xmpp:version> |
| 10263 | 617 <xmpp:since>0.11</xmpp:since> |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
618 <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
|
619 <xmpp:note>mod_vcard_legacy</xmpp:note> |
| 10263 | 620 </xmpp:SupportedXep> |
| 621 </implements> | |
| 622 <implements> | |
| 623 <xmpp:SupportedXep> | |
| 624 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> | |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
625 <xmpp:version>1.0.1</xmpp:version> |
| 10263 | 626 <xmpp:since>0.11</xmpp:since> |
|
10266
25b812d53580
doap: Add details about most recent XEPs numbered over 300
Kim Alvefur <zash@zash.se>
parents:
10265
diff
changeset
|
627 <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
|
628 <xmpp:note>Server Optimization</xmpp:note> |
| 10263 | 629 </xmpp:SupportedXep> |
| 630 </implements> | |
|
11216
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
631 <implements> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
632 <xmpp:SupportedXep> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
633 <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
|
634 <xmpp:version>0.1.0</xmpp:version> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
635 <xmpp:since>0.12</xmpp:since> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
636 <xmpp:status>complete</xmpp:status> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
637 <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
|
638 </xmpp:SupportedXep> |
|
7a8745599e38
Update CHANGES and doap.xml for XEP-0421 support
Matthew Wild <mwild1@gmail.com>
parents:
11180
diff
changeset
|
639 </implements> |
|
10253
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
640 </Project> |
|
7a4fd14963c5
doap: Add a Description Of A Project file
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
641 </rdf:RDF> |
