About SSLXMPPConnection

Let’'s build a new SSL connection:

SSLXMPPConnection conn=new SSLXMPPConnection(“jabber.org”,5223);

Problem: “No response from the server” exception.

A second chance:

SSLXMPPConnection conn=new XSSLXMPPConnection(“jabber.org”);

and i have no problem with this connection. Why?

We don’'t have the same behavior for the same constructor.