External component announces support for StartTSL with required but it's not enforced. It should:
required
be enforced;
configurable.
<stream:features> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"> <required/> </starttls> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"> <mechanism>PLAIN</mechanism> </mechanisms> <bind xmlns="urn:xmpp:component:0"/> </stream:features>
Iterations
Candidate for next minor release
External component announces support for StartTSL with
required
but it's not enforced. It should:be enforced;
configurable.