navinseshadri / iksemel

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

Trouble connecting to gtalk server #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For connecting to google server "iks_connect_via" must be used
which is not documented. The "iks_connect_tcp" which is documented is not
usable.

What can be done here:
Include iks_connect_via in documentation 

Original issue reported on code.google.com by deshpand...@gmail.com on 9 Apr 2009 at 4:39

GoogleCodeExporter commented 9 years ago
Seems not specific to gtalk, it's aids with connecting to a server via srv,
iks_connect_via(prs, server, port, server_name) the 'server_name' params is 
used in
the to="" in the stream and with iks_connect_tcp(prs, server, port) the server 
to
connect and the to="" is the same ('server') resulting in a stream error from 
the
jabber server.

I've joined a proposal patch for the doc.

Original comment by markocpc on 30 Aug 2009 at 10:50

Attachments: