On Tue, Mar 16, 2010 at 10:12, Niklas Gustavsson <[email protected]> wrote: > On Tue, Mar 16, 2010 at 10:00 AM, Bernd Fondermann > <[email protected]> wrote: >> Yes. >> >> org.apache.vysper.xmpp.server.ServerFeatures.setStartTLSRequired(false); >> >> - or - >> >> <bean id="serverFeatures" >> class="org.apache.vysper.xmpp.server.ServerFeatures"> >> ... >> <property name="startTLSRequired" value="false"/> >> </bean> >> >> Hope that works, long not tried... > > Sounds like this needs a test :-)
exactly! found notes today that SSL and SASL have to be covered by tests. :-) Bernd
