I\'m try to implement a user search on top of my working Smack-API based jabber client.It can create user using:
AccountManager manager = conn.getAccountMana
Apparently what's needed is just to catch the error code 409 in the XMPPException, as createAccount throws exception if user exist.