Subject: there is any method avaliable to find user exists or not
Hi
I am using wildfire xmpp server and Agsxmpp dll
In my project i have one method
public void newuserRegisteration(username,password)
{
}any one call this Utility method and they can register.
Before registeration i have to find wheather the user already exists or not?
can i search in xmpp server wheather the user already exists?
i need method like that..
private Boolean checkUserExists( string userName)
{
}
it should return true or false ( user exists or not)
it is posible through our agsxmpp library ?
help me
sam
I am using wildfire xmpp server and Agsxmpp dll
In my project i have one method
public void newuserRegisteration(username,password)
{
}any one call this Utility method and they can register.
Before registeration i have to find wheather the user already exists or not?
can i search in xmpp server wheather the user already exists?
i need method like that..
private Boolean checkUserExists( string userName)
{
}
it should return true or false ( user exists or not)
it is posible through our agsxmpp library ?
help me
sam