1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/tcp/src/main/java/org/jivesoftware/smack
Florian Schmaus bc176d72a3 Throw exceptions of SSLSocket.startHandshake() in connect()
instead of throwing a NoResponseException in case startHandshake()
throws an Exception. The NoResponseException was then thrown when
performing SASL auth, which usually directly followes securing the
connection via TLS (if enabled and provided by the server).
2014-04-28 17:36:10 +02:00
..
PacketReader.java Throw exceptions of SSLSocket.startHandshake() in connect() 2014-04-28 17:36:10 +02:00
PacketWriter.java Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
XMPPTCPConnection.java Throw exceptions of SSLSocket.startHandshake() in connect() 2014-04-28 17:36:10 +02:00