Delete User/Account from JiveMessenger using smack api

Hi,

i am trying to develop my own client gui, where an user with admin rights should have the possibility to remove a user from the JiveMessenger I use. I have only found the AccountManager being able to remove a user but for that one has to be logged on as that user. Am I getting something wrong, is there another possibility? Thanks a lot for your help,

Matt

Hey Matt,

As you said, Smack will only allow you to remove the account of the log user. Smack does not have support for ad-hoc commands yet which is what would you need for doing remote administration of the server. FYI, adding support for http://www.jabber.org/jeps/jep-0133.html is in our roadmap.

Regards,

– Gato

Sorry for the delay and thanks a lot for the answer!