Push Notifications(XEP-0357) how to implement it in 4.2.0-beta2?

Hello everyone!

How to implement XEP-0357 in Android?

So my gradle looks:

compile(“org.igniterealtime.smack:smack-android-extensions:4.2.0-beta2”) {

exclude group: ‘xpp3’, module: ‘xpp3’
}

compile(“org.igniterealtime.smack:smack-tcp:4.2.0-beta2”) {

exclude group: ‘xpp3’, module: ‘xpp3’
}

compile(“org.igniterealtime.smack:smack-experimental:4.2.0-beta2”) {

exclude group: ‘xpp3’, module: ‘xpp3’
}

But I cant find PushNotificationsManager?

okay! Found it! updated libs to beta3