SteelRiceContainer / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

TLS option in XmppThread #428

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. trunk\talk\xmpp\xmppthread.cc
2. XmppThread::OnMessage()
3. pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED)

What is the expected output? What do you see instead?
It must be "data->xcs.use_tls()" instead of "buzz::TLS_DISABLED"

What version of the product are you using? On what operating system?
revision 303

Please provide any additional information below.

Original issue reported on code.google.com by tree1...@gmail.com on 6 Apr 2013 at 9:39