Can i get online users in my friend list via Smack API? Is it possible?
I am working on app which have chat between users. I had successfully created chat applicatio
Use the presence.getMode() method to get Mode of User. Mode is enum and its value can be chat, available, away, xa, dnd.
presence.getMode()