Auto accept file transfers?

Hi folks, i know nothing about java, but how difficult would it be to get a spark client to automatically accept a file transfer from a member of the buddy list? I have already found the plugin for doing the opposite and refusing the file, but i could really do with the auto accept?

Thanks for your time

Ewan

spoke to jive and apparently it is not possible

Ewan,

We like the feature idea and would like to add it to a future release.

Regards,

Matt

Whether probably to include in release http://www.xmpp.org/extensions/xep-0083.html ?

i have recompile the sparck source code from svn.

you just editing file ReceiveFileTransfer.java

on line 182 until 188

acceptButton.addMouseListener(new MouseAdapter() {

public void mousePressed(MouseEvent e) {

acceptRequest(request);

}

});

remove the code except

acceptRequest(request);

**
**