-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdoap.xml
More file actions
331 lines (330 loc) · 12.7 KB
/
Copy pathdoap.xml
File metadata and controls
331 lines (330 loc) · 12.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:xmpp="https://xmpp.org/ns/doap#">
<doap:Project>
<doap:name>Wimsy</doap:name>
<doap:shortdesc xml:lang="en">Cross-platform XMPP client built with Flutter.</doap:shortdesc>
<doap:description xml:lang="en">
Wimsy is a cross-platform XMPP client focused on modern server support and TLS-first connections.
</doap:description>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0016.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0045.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0047.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0054.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0055.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0059.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0066.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0084.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0085.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0153.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0156.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0166.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0167.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0184.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0191.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0203.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0234.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0237.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0245.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0249.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0272.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0261.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0320.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0308.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0333.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0338.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0359.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0363.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0386.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:note xml:lang="en">Bind 2 inline resource binding via SASL2. Sends bind element with tag in authenticate, parses bound JID from success, skips legacy IQ bind when Bind 2 completes.</xmpp:note>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0388.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:note xml:lang="en">Includes SCRAM authentication, user-agent binding, stream resumption inline, and IAP config-version pipelining.</xmpp:note>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0402.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0420.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0428.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0444.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0461.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0467.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0490.html"/>
<xmpp:status>complete</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0484.html"/>
<xmpp:status>complete</xmpp:status>
<xmpp:note xml:lang="en">FAST tokens with HT-SHA-256-NONE and HT-SHA-512-NONE, token rotation, and replay-counted QUIC 0-RTT when explicitly advertised; TLS tickets persist encrypted across restarts, with durable single-use consumption and stable client identity.</xmpp:note>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0509.html"/>
<xmpp:status>partial</xmpp:status>
</xmpp:SupportedXep>
</doap:implements>
<doap:implements>
<xmpp:SupportedXep>
<!-- XEP number TBD; tracked as urn:xmpp:webtransport:0 -->
<xmpp:xep rdf:resource="https://xmpp.org/extensions/inbox/xmpp-over-webtransport.html"/>
<xmpp:status>partial</xmpp:status>
<xmpp:note xml:lang="en">Reliable multi-stream support on the web platform, including client- and server-initiated bidirectional streams with the same bare-JID routing policy as XMPP over QUIC. Discovery uses the host-meta link relation urn:xmpp:webtransport:0. Datagrams are not supported.</xmpp:note>
</xmpp:SupportedXep>
</doap:implements>
</doap:Project>
</rdf:RDF>