I have these libraries:
smack-android-4.1.1.jar
smack-android-extensions-4.1.1.jar
smack-core-4.1.1.jar
smack-experimental-4.1.1.jar
smack-extensions-4.1.1.jar
smack-im-4.1.1.jar
smack-resolver-minidns-4.1.1.jar
smack-sasl-provided-4.1.1.jar
smack-tcp-4.1.1.jar
Previously we could import:
import org.jivesoftware.smackx.xevent.MessageEventManager;
Now it says:
The import org.jivesoftware.smackx.xevent cannot be resolved
Is it deprecated? or am i missing a library?
I am using Eclipse.