I'm working on a chat application using asmack as a library and on android platform. Is there is any way that before adding friend in Roster can I check that friend exist on server or not?
相关问题
- Unable to get all user in asmack
- Get Offline Messages From XMPP Without Becoming On
- GCM using smack library NoResponseException: No re
- How to implement “last seen at” functionality (lik
- smack api get all public rooms on openfire server
相关文章
- Xmpp chat invisible presence
- Jabber.net on Unity/Android error (No JNI_OnLoad f
- Sending inline images using Smack XMPP
-
How to join multiple rooms by just sending one
- How to get offline message of group chat from Open
- XMPP events on Android
- How to create an account from Smack 4.1
- XMPPFramework - Upload Profile or Avatar Image
I Found the answer :
if Server has not any entery with that specified name then Itearator it has no value and code will not go inside while(it.hasNext)..