Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.jivesoftware.admin.AuthCheckFilter.isOnList(Set<String>, String)
    Replaced by IpUtils.isAddressInAnyOf(String, Set)
    org.jivesoftware.admin.AuthCheckFilter.removeBracketsFromIpv6Address(String)
    Moved to IpUtils.removeBracketsFromIpv6Address(String)
    org.jivesoftware.openfire.ConnectionCloseListener.onConnectionClose(Object)
    replaced by ConnectionCloseListener.onConnectionClosing(Object)
    org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
    The protocol defined herein was formalized (with minor changes) as XEP-0433, which is implemented in IQExtendedChannelSearchHandler
    org.jivesoftware.openfire.net.DNSUtil.HostAddress
    Replaced by SrvRecord
    org.jivesoftware.openfire.net.DNSUtil.prioritize(DNSUtil.WeightedHostAddress[])
    Replaced by SrvRecord.prioritize(SrvRecord[])
    org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
    org.jivesoftware.openfire.RoutingTable.isAnonymousRoute(JID)
    Replaced by SessionManager.isAnonymousClientSession(JID)
    org.jivesoftware.openfire.session.LocalClientSession.isAddressInRange(byte[], Set<String>)
    org.jivesoftware.openfire.SessionManager.isAnonymousRoute(String)
    Replaced by SessionManager.isAnonymousClientSession(String)
    org.jivesoftware.openfire.SessionManager.isAnonymousRoute(JID)
    Replaced by SessionManager.isAnonymousClientSession(JID)
    org.jivesoftware.openfire.spi.RoutingTableImpl.isAnonymousRoute(JID)
    org.jivesoftware.openfire.update.Update(String, String, String, String)
    org.jivesoftware.openfire.user.property.UserPropertyMultiProvider.instantiate(String)
    Use UserPropertyMultiProvider.instantiate(SystemProperty) or UserPropertyMultiProvider.instantiate(SystemProperty, SystemProperty) instead.
    org.jivesoftware.openfire.user.UserMultiProvider.instantiate(String)
    Use UserMultiProvider.instantiate(SystemProperty) or UserMultiProvider.instantiate(SystemProperty, SystemProperty) instead.
    org.jivesoftware.util.FastDateFormat
    Use instead thread-safe implementations provided by Java, such as DateTimeFormatter
  • Deprecated Classes
    Class
    Description
    org.jivesoftware.openfire.muc.spi.IQMuclumbusSearchHandler
    The protocol defined herein was formalized (with minor changes) as XEP-0433, which is implemented in IQExtendedChannelSearchHandler
    org.jivesoftware.openfire.net.DNSUtil.HostAddress
    Replaced by SrvRecord
    org.jivesoftware.openfire.net.DNSUtil.WeightedHostAddress
    org.jivesoftware.openfire.net.SocketConnection
    Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.
    org.jivesoftware.openfire.net.SocketReader
    Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.
    org.jivesoftware.util.FastDateFormat
    Use instead thread-safe implementations provided by Java, such as DateTimeFormatter
  • Deprecated Fields
    Field
    Description
    org.jivesoftware.openfire.session.ConnectionSettings.Client.MAX_READ_BUFFER
    not implemented for Netty as this uses max of 1 message per read instead
  • Deprecated Methods
    Method
    Description
    org.jivesoftware.admin.AuthCheckFilter.isOnList(Set<String>, String)
    Replaced by IpUtils.isAddressInAnyOf(String, Set)
    org.jivesoftware.admin.AuthCheckFilter.removeBracketsFromIpv6Address(String)
    Moved to IpUtils.removeBracketsFromIpv6Address(String)
    org.jivesoftware.database.CallableStatementWrapper.getBigDecimal(int, int)
    org.jivesoftware.database.CallableStatementWrapper.setUnicodeStream(int, InputStream, int)
    org.jivesoftware.database.PreparedStatementWrapper.setUnicodeStream(int, InputStream, int)
    org.jivesoftware.openfire.auth.AuthFactory.getAuthProvider()
    Prefer using the corresponding factory method, rather than invoking methods on the provider directly
    org.jivesoftware.openfire.ConnectionCloseListener.onConnectionClose(Object)
    replaced by ConnectionCloseListener.onConnectionClosing(Object)
    org.jivesoftware.openfire.muc.spi.IQOwnerHandler.parseFirstValueAsBoolean(FormField, boolean)
    Use FormField#parseFirstValueAsBoolean(String) provided by Tinder version 1.3.1 or newer.
    org.jivesoftware.openfire.net.DNSUtil.prioritize(DNSUtil.WeightedHostAddress[])
    Replaced by SrvRecord.prioritize(SrvRecord[])
    org.jivesoftware.openfire.RoutingTable.isAnonymousRoute(JID)
    Replaced by SessionManager.isAnonymousClientSession(JID)
    org.jivesoftware.openfire.session.LocalClientSession.isAddressInRange(byte[], Set<String>)
    org.jivesoftware.openfire.SessionManager.isAnonymousRoute(String)
    Replaced by SessionManager.isAnonymousClientSession(String)
    org.jivesoftware.openfire.SessionManager.isAnonymousRoute(JID)
    Replaced by SessionManager.isAnonymousClientSession(JID)
    org.jivesoftware.openfire.spi.RoutingTableImpl.isAnonymousRoute(JID)
    org.jivesoftware.openfire.user.property.UserPropertyMultiProvider.instantiate(String)
    Use UserPropertyMultiProvider.instantiate(SystemProperty) or UserPropertyMultiProvider.instantiate(SystemProperty, SystemProperty) instead.
    org.jivesoftware.openfire.user.UserMultiProvider.instantiate(String)
    Use UserMultiProvider.instantiate(SystemProperty) or UserMultiProvider.instantiate(SystemProperty, SystemProperty) instead.
    org.jivesoftware.openfire.XMPPServer.setInstance(XMPPServer)
    - for test use only
  • Deprecated Constructors
    Constructor
    Description
    org.jivesoftware.openfire.update.Update(String, String, String, String)

Copyright © 2003–1980 Ignite Realtime. All rights reserved.