Just to clear things up about Smack alpha

I just wanna make things clear to me:

  1. Smack now is obsoletes so no need for SmackAndroid.init, right?

  2. Is MessageEventManager removed or changed to something else? It’s really important to my app, if it removed I will change a lot of lines.

Smack now is obsoletes so no need for SmackAndroid.init, right?

Yes, Smack 4.1 does not longer come with SmackAndroid as it’s no longer required

Is MessageEventManager removed or changed to something else? It’s really important to my app, if it removed I will change a lot of lines.

XEP-22 is obsolete, the code including MessageEventManager has been moved to smack-legacy. I recommend using ChatStateNotifcations (XEP-85, org.jivesoftware.smackx.chatstates) instead.