Software /
code /
prosody
Comparison
doc/doap.xml @ 10702:48edd69814d5
doap: Add UTR-39 (mod_mimicking)
Supported in ICU, with a binding in util.encodings. mod_mimicking uses
this to prevent similarity looking JIDs from being registered.
Planned to be used in MUC as well.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 29 Mar 2020 18:35:26 +0200 |
parent | 10696:9a8a55a026e4 |
child | 10733:89e0f5cb60a1 |
comparison
equal
deleted
inserted
replaced
10701:929c95e518f0 | 10702:48edd69814d5 |
---|---|
53 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> | 53 <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> |
54 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> | 54 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> |
55 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> | 55 <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> |
56 <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> | 56 <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> |
57 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> | 57 <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> |
58 <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> | |
58 <implements> | 59 <implements> |
59 <xmpp:SupportedXep> | 60 <xmpp:SupportedXep> |
60 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> | 61 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> |
61 <xmpp:version>2.9</xmpp:version> | 62 <xmpp:version>2.9</xmpp:version> |
62 <xmpp:status>complete</xmpp:status> | 63 <xmpp:status>complete</xmpp:status> |