What steps will reproduce the problem?
1. disable tls
2. connect to prosody server
3. login failed
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
latest main trunk on linux
Please provide any additional information below.
fixed by adding the following line at line#320
if (gXmppUseTls == buzz::TLS_DISABLED)
323 xcs.set_allow_plain(true);
Original issue reported on code.google.com by yan...@yahoo.com on 6 Aug 2013 at 4:46
Original issue reported on code.google.com by
yan...@yahoo.com
on 6 Aug 2013 at 4:46