Smack

Deprecated API


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

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.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.XMPPConnection.removePacketWriterInterceptor(PacketInterceptor)
          replaced by Connection.removePacketInterceptor(PacketInterceptor). 
org.jivesoftware.smack.XMPPConnection.removePacketWriterListener(PacketListener)
          replaced by Connection.removePacketSendingListener(PacketListener). 
 

Deprecated Constructors
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.