leitang / iksemel

Automatically exported from code.google.com/p/iksemel
GNU Lesser General Public License v2.1
0 stars 0 forks source link

iksroster example bug #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I successfully compiled it, but it wasn't able to connect to a server.
The bug was in 2 lines.

Please check lines #137 and #142

I changed it to:
#137 if (sess->features & IKS_STREAM_SESSION) {
#142 if (sess->features & IKS_STREAM_BIND) {

And now example works. :)

Original issue reported on code.google.com by xdersd on 30 Aug 2009 at 1:14