Openfire-connectionmanager / src / java / org / jivesoftware / multiplexer / net /
@Gaston Dombiak Gaston Dombiak authored on 30 Mar 2007
..
http Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ClientConnectionHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ClientStanzaHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ConnectionHandler.java Close connection of user when a parsing error was found (e.g. user sent a very very big stanza). JM-980 18 years ago
DNSUtil.java Updated to same version used by Openfire. SRV records are used now. JM-1000 18 years ago
MXParser.java Initial version. JM-666 18 years ago
NIOConnection.java 1) Send end of stream and wait for ACK before closing socket. 18 years ago
SSLConfig.java Added SSL support 18 years ago
SSLJiveKeyManagerFactory.java Initial version. JM-666 18 years ago
SSLJiveServerSocketFactory.java Initial version. JM-666 18 years ago
SSLJiveTrustManagerFactory.java Initial version. JM-666 18 years ago
ServerTrustManager.java Modified to use MINA. JM-907 18 years ago
SocketConnection.java Fixed NPE error. 18 years ago
SocketSendingTracker.java Initial version. JM-666 18 years ago
StanzaHandler.java Fixed sequence of stream headers after TLS was negotiated. JM-997 18 years ago
TLSStatus.java Initial version. JM-666 18 years ago
TLSStreamHandler.java 1. Fixed "null cert chain" error. JM-796 18 years ago
TLSStreamReader.java Initial version. JM-666 18 years ago
TLSStreamWriter.java Initial version. JM-666 18 years ago
TLSWrapper.java Initial version. JM-666 18 years ago
XMLLightweightParser.java Fixed parsing errors. JM-1003 and JM-991 18 years ago
XMLSocketWriter.java Initial version. JM-666 18 years ago
XMPPCodecFactory.java Initial version. JM-907 18 years ago
XMPPDecoder.java Initial version. JM-907 18 years ago
XMPPEncoder.java Initial version. JM-907 18 years ago