ami wrote in Article <1184...@i13g2000prf.googlegroups.com>
posted to gmane.network.jabber.google-talk.user:
Hello
I'm trying to develope an application with libjingle 0.4.0 based on
the examples that exist in the library.
My OS is Linux-redhat.
Unforutnatally, I encounte a lot of problem
The first and the urgent one is that I tried to login google servers
on port 5222 which is the port that was mentioned as the the one to
connect to, but all the time I receive reset from the server.
I tried to open socket with remote port 443 (https) but now the
application send unencrypted message and the server again close the
connection.
443 is https, 5222 is xmpp, 5223 is xmpps. RTFM: it's already listed there.