Smack

Deprecated API


Contents
Deprecated Classes
org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
          This has been moved to EmbeddedExtensionProvider 
 

Deprecated Fields
org.jivesoftware.smack.util.StringUtils.XEP_0082_UTC_FORMAT
          This public version will be removed in favor of using the methods defined within this class. 
 

Deprecated Methods
org.jivesoftware.smack.XMPPConnection.addPacketWriterInterceptor(PacketInterceptor, PacketFilter)
          replaced by Connection.addPacketInterceptor(PacketInterceptor, PacketFilter). 
org.jivesoftware.smack.XMPPConnection.addPacketWriterListener(PacketListener, PacketFilter)
          replaced by Connection.addPacketSendingListener(PacketListener, PacketFilter). 
org.jivesoftware.smack.sasl.SASLMechanism.authenticate(String, String, String)
          Please use SASLMechanism.authenticate(String, String, String, String) instead. 
org.jivesoftware.smackx.packet.LastActivity.getLastActivity(Connection, String)
          This method only retreives the lapsed time since the last logout of a particular jid. Replaced by getLastActivity 
org.jivesoftware.smack.util.StringUtils.parseXEP0082Date(String)
          Use StringUtils.parseDate(String) instead. 
org.jivesoftware.smack.XMPPConnection.removePacketWriterInterceptor(PacketInterceptor)
          replaced by Connection.removePacketInterceptor(PacketInterceptor). 
org.jivesoftware.smack.XMPPConnection.removePacketWriterListener(PacketListener)
          replaced by Connection.removePacketSendingListener(PacketListener). 
org.jivesoftware.smackx.packet.VCard.setEncodedImage(String)
          Use VCard.setAvatar(String, String) instead. 
org.jivesoftware.smackx.packet.DiscoverInfo.Identity.setType(String)
          As per the spec, this field is mandatory and the 3 argument constructor should be used instead. 
 

Deprecated Constructors
org.jivesoftware.smackx.packet.DiscoverInfo.Identity(String, String)
          As per the spec, the type field is mandatory and the 3 argument constructor should be used instead. 
org.jivesoftware.smack.packet.XMPPError(int)
          new errors should be created using the constructor XMPPError(condition) 
org.jivesoftware.smack.packet.XMPPError(int, String)
          new errors should be created using the constructor XMPPError(condition, message) 
 


Smack

Copyright © 2003-2007 Jive Software.