removeUser
method here.
@param user a String
value
@exception UserNotFoundException if an error occurs
@exception TigaseDBException if an error occurs
removeUser
method allows to remove user and all his data from user repository. If given user id does not exist UserNotFoundException
must be thrown. As one XMPP server can support many virtual internet domains it is required that user
id consists of user name and domain address: username@domain.address.net for example.
@param user a String
value of user id consisting of user nameand domain address.
@exception UserNotFoundException if user id hasn't been found in reository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|