-
Interfaces Interface Description org.jivesoftware.admin.PluginFilter.SimpleFilter UseFilterinstead.org.jivesoftware.openfire.forms.DataForm replaced byDataFormorg.jivesoftware.openfire.forms.FormField replaced byFormFieldorg.jivesoftware.openfire.resultsetmanager.Result Replaced byResult
-
Classes Class Description org.jivesoftware.openfire.forms.spi.XDataFormImpl replaced byDataFormorg.jivesoftware.openfire.forms.spi.XFormFieldImpl replaced byFormFieldorg.jivesoftware.openfire.net.SocketAcceptThread Old, pre NIO / MINA code. Should not be used as NIO offers better performanceorg.jivesoftware.openfire.net.SocketConnection Old, pre NIO / MINA code. Should not be used as NIO offers better performance. Currently only in use for s2s.org.jivesoftware.openfire.resultsetmanager.ResultSet Replaced byResultSetorg.jivesoftware.openfire.resultsetmanager.ResultSetImpl Replaced byResultSetImplorg.jivesoftware.openfire.ServerPort org.jivesoftware.openfire.spi.LegacyConnectionAcceptor Used only for S2S, which should be be ported to NIO.org.jivesoftware.util.ConcurrentHashSet UseConcurrentHashMap.newKeySet()instead.org.jivesoftware.util.log.util.CommonsLogFactory Openfire uses SLF4J's 'jcl-over-slf4j' instead. See http://www.slf4j.org/legacy.html
-
Fields Field Description org.jivesoftware.openfire.session.ConnectionSettings.Client.ENABLE_OLD_SSLPORT org.jivesoftware.openfire.session.ConnectionSettings.Client.IDLE_TIMEOUT in favour ofConnectionSettings.Client.IDLE_TIMEOUT_PROPERTYorg.jivesoftware.openfire.session.ConnectionSettings.Client.KEEP_ALIVE_PING in favour ofConnectionSettings.Client.KEEP_ALIVE_PING_PROPERTYorg.jivesoftware.openfire.session.ConnectionSettings.Component.ENABLE_OLD_SSLPORT org.jivesoftware.openfire.session.ConnectionSettings.Server.TLS_ENABLED Replaced by #TLS_POLICYorg.jivesoftware.util.JiveConstants.XMPP_DATETIME_FORMAT Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat classorg.jivesoftware.util.JiveConstants.XMPP_DELAY_DATETIME_FORMAT Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat classorg.jivesoftware.util.Log.LOG_DEBUG_ENABLED in favour ofLog.DEBUG_ENABLEDorg.jivesoftware.util.Log.LOG_TRACE_ENABLED in favour ofLog.TRACE_ENABLED