Interface and Description |
---|
org.jivesoftware.openfire.forms.DataForm
replaced by
DataForm |
org.jivesoftware.openfire.forms.FormField
replaced by
FormField |
org.jivesoftware.admin.PluginFilter.SimpleFilter
Use
Filter instead. |
org.jivesoftware.openfire.resultsetmanager.Result
Replaced by
Result |
Class and Description |
---|
org.jivesoftware.util.log.util.CommonsLogFactory
Openfire uses SLF4J's 'jcl-over-slf4j' instead. See http://www.slf4j.org/legacy.html
|
org.jivesoftware.util.ConcurrentHashSet
Use
Collections.newSetFromMap(new ConcurrentHashMap<E, Boolean>()) instead. |
org.jivesoftware.openfire.spi.LegacyConnectionAcceptor
Used only for S2S, which should be be ported to NIO.
|
org.jivesoftware.openfire.resultsetmanager.ResultSet
Replaced by
ResultSet |
org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Replaced by
ResultSetImpl |
org.jivesoftware.openfire.ServerPort |
org.jivesoftware.openfire.net.SocketAcceptThread
Old, pre NIO / MINA code. Should not be used as NIO offers better performance
|
org.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.forms.spi.XDataFormImpl
replaced by
DataForm |
org.jivesoftware.openfire.forms.spi.XFormFieldImpl
replaced by
FormField |
Field and Description |
---|
org.jivesoftware.openfire.session.ConnectionSettings.Server.TLS_ENABLED
Replaced by #TLS_POLICY
|
org.jivesoftware.util.JiveConstants.XMPP_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
org.jivesoftware.util.JiveConstants.XMPP_DELAY_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.