diff options
author | Kim Alvefur <zash@zash.se> | 2020-03-29 18:35:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-03-29 18:35:26 +0200 |
commit | f1d66f402e2f4547aec796764fc926023f5b143e (patch) | |
tree | 48d64237beace3f2a11ba34c5a02db82ac449155 | |
parent | 1724e9a271649aad3ed5559b61c24d656a7e5073 (diff) | |
download | prosody-f1d66f402e2f4547aec796764fc926023f5b143e.tar.gz prosody-f1d66f402e2f4547aec796764fc926023f5b143e.zip |
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.
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 116682b0..c23334ae 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -55,6 +55,7 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> + <implements rdf:resource="http://www.unicode.org/reports/tr39/"/> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> |