The problem is that I'm using python, and I need to update the database from it.
I'm looking in fastpath's source code to see what it do to update the info, but I'm having a really hard time on doing it, cause I know almost nothing about java..
I think I'm gonna use the 'raw' way, by opening the url of openfire's admin, loggin in, and making a POST on the form, all using python's url modules...