-
Interfaces Interface Description org.jivesoftware.smack.ExceptionCallback useExceptionCallback
instead.org.jivesoftware.smack.PacketListener useStanzaListener
instead
-
Classes Class Description org.jivesoftware.smack.AbstractXMPPConnection.InterceptorWrapper org.jivesoftware.smack.chat.Chat useorg.jivesoftware.smack.chat2.Chat
fromsmack-extensions
instead.org.jivesoftware.smack.chat.ChatManager useorg.jivesoftware.smack.chat2.ChatManager
fromsmack-extensions
instead.org.jivesoftware.smack.provider.IntrospectionProvider use a proper parser.org.jivesoftware.smack.provider.IntrospectionProvider.IQIntrospectionProvider use a proper parser.org.jivesoftware.smack.provider.IntrospectionProvider.PacketExtensionIntrospectionProvider use a proper parser.org.jivesoftware.smack.provider.LegacyIQProvider UseIqProvider
insteadorg.jivesoftware.smack.util.stringencoder.BareJidEncoder.LegacyEncoder org.jivesoftware.smackx.muc.DiscussionHistory useMucEnterConfiguration
instead.
-
Exceptions Exceptions Description org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException do not import.
-
Constructors Constructor Description org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException(ParseException) do not use, simply throw ParseException.org.jivesoftware.smack.SmackException.GenericConnectionException(Throwable) org.jivesoftware.smackx.forward.packet.Forwarded(DelayInformation, S) useForwarded(Stanza, DelayInformation)
instead.org.jivesoftware.smackx.geoloc.packet.GeoLocation.Builder() useGeoLocation.builder()
instead.org.jivesoftware.smackx.muc.packet.MUCInitialPresence() useMUCInitialPresence(String, int, int, int, Date)
instead.