Comparison

doc/doap.xml @ 12128:593e823566e1

mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 More security for less pain than switching to SCRAM-SHA-256 The XEP will likely be change to reference the RFC that will probably come from draft-ietf-kitten-password-storage once it is ready, and then we should update to follow that.
author Kim Alvefur <zash@zash.se>
date Sun, 26 Dec 2021 16:51:04 +0100
parent 11956:340d8619e27e
child 12144:3e292e2a1e02
comparison
equal deleted inserted replaced
12127:baa7cdde69a6 12128:593e823566e1
785 <xmpp:note>mod_muc</xmpp:note> 785 <xmpp:note>mod_muc</xmpp:note>
786 </xmpp:SupportedXep> 786 </xmpp:SupportedXep>
787 </implements> 787 </implements>
788 <implements> 788 <implements>
789 <xmpp:SupportedXep> 789 <xmpp:SupportedXep>
790 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0438.html"/>
791 <xmpp:version>0.2.0</xmpp:version>
792 <xmpp:status>partial</xmpp:status>
793 </xmpp:SupportedXep>
794 </implements>
795 <implements>
796 <xmpp:SupportedXep>
790 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/> 797 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/>
791 <xmpp:version>0.2.0</xmpp:version> 798 <xmpp:version>0.2.0</xmpp:version>
792 <xmpp:status>complete</xmpp:status> 799 <xmpp:status>complete</xmpp:status>
793 <xmpp:note>Broken out of XEP-0313</xmpp:note> 800 <xmpp:note>Broken out of XEP-0313</xmpp:note>
794 </xmpp:SupportedXep> 801 </xmpp:SupportedXep>