paulhsu / libjingle

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

some errors in the login example #294

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I believe in the login example [0] it should be 
"xcs.set_use_tls(buzz::TLS_ENABLED);" and "pump.DoLogin(xcs, new 
XmppSocket(buzz::TLS_ENABLED), NULL);" instead of "xcs.set_use_tls(true);" and 
"pump.DoLogin(xcs, new XmppSocket(true), NULL);", otherwise the example fails 
at compile time.

[0] http://code.google.com/apis/talk/libjingle/login.html

Original issue reported on code.google.com by fabian.p...@gmail.com on 1 Feb 2012 at 5:41

GoogleCodeExporter commented 9 years ago
Yes, the docs are very out of date. Don't rely only on them. Instead take a 
look on the examples that are on the libjingle package, mainly "call".

Original comment by diego.cd...@gmail.com on 2 Feb 2012 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 10 Feb 2012 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 26 Mar 2012 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 26 Mar 2012 at 6:41