Smack - use admin account to check another user password?

Hello!

Is it possible, using smack, to open a connection to openfire server using a administration account, and check another user’s password agains a string?

I can’t find any method that allows to get the password (maybe because they are hashed into db)

Im trying to implement a proxy for file transfer for SparkWeb.

(can’t use openfire fire file transfer pluggin because i can only use port 80. is this correct?)

When the user uploads a file it sends its openfire username and password, i want to check them against the openfire database opening a administration connection using SMACK. is it possible?

tx!!