-
Interfaces Interface Description org.jivesoftware.admin.PluginFilter.SimpleFilter UseFilter
instead.org.jivesoftware.openfire.forms.DataForm replaced byDataForm
org.jivesoftware.openfire.forms.FormField replaced byFormField
org.jivesoftware.openfire.resultsetmanager.Result Replaced byResult
-
Classes Class Description org.jivesoftware.openfire.forms.spi.XDataFormImpl replaced byDataForm
org.jivesoftware.openfire.forms.spi.XFormFieldImpl replaced byFormField
org.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 byResultSet
org.jivesoftware.openfire.resultsetmanager.ResultSetImpl Replaced byResultSetImpl
org.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_PROPERTY
org.jivesoftware.openfire.session.ConnectionSettings.Client.KEEP_ALIVE_PING in favour ofConnectionSettings.Client.KEEP_ALIVE_PING_PROPERTY
org.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_ENABLED
org.jivesoftware.util.Log.LOG_TRACE_ENABLED in favour ofLog.TRACE_ENABLED