Francois Gaudin - 2005-06-20

Hi,
I'm currently writting a xmlrpc irate client using this lib. I'm following a php version of the client, but I've no specific method to make auth... :-(

In the php version, $XMLRPC->setCredentials($_SESSION["user"],sha1("irate".sha1($_SESSION["pass"]))); is used
Can I do something similar with libxmlrpc++ ?

Thx