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 | 3c3e1f02003c27f1c383d03443c89432b9a01a1d (patch) | |
tree | 48d64237beace3f2a11ba34c5a02db82ac449155 /doc | |
parent | 6bfe774cab77d494a15da52a289cfb4b68de6d7a (diff) | |
download | prosody-3c3e1f02003c27f1c383d03443c89432b9a01a1d.tar.gz prosody-3c3e1f02003c27f1c383d03443c89432b9a01a1d.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.
Diffstat (limited to 'doc')
-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"/> |