How do I subscribe to listen to user availability status changes in SMACK?
To get the availability status for a user I use the following:
XMPPConnection.getRoster().getPresence(name).isAvailable();
But how can I subscribe so I receive some notifications whenever the status changes? (So I don't have to poll).
You set up a listener for Roster and Presence changes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With