Files
Spark/plugins/fileupload
arthur 48708bdb07 Replace usage of deprecated method with alternative.
Deprecated method:
```
public void org.jivesoftware.smack.packet.setTo(String)
```
Alternative method:
```
public void org.jivesoftware.smack.packet.setTo(Jid)
```
2020-10-25 20:36:22 +03:00
..

This is a plugin for Spark that allows users to upload/download files using the openfire httpfileupload plugin.