Reputation: 11
I'm trying to adapt the example provided here for Smack 4.1.0. and getting error like:
PacketInterceptor, DefaultPacketExtension, PacketExtensionProvider classes are missing in smack library.
PacketListener, PacketTypeFilter, Packet, PacketExtension classes are depricated.
Am I doing something incorrect.
Am I missing something? Please note I am using JDK 7.
If anyone can explain which smack JARS need to be included, will be really great.
Upvotes: 1
Views: 304
Reputation: 3603
To use Smack 4.1 in your project, you need to include the following jars
as mentioned here : Android smack 4.1 issue with connection
Upvotes: 1