igniterealtime / openfire-httpFileUpload-plugin

Adds XEP-0363 functionality to Openfire that allows compliant clients to exchange files
Apache License 2.0
9 stars 10 forks source link

Add support for (virus)scanning uploaded content #60

Closed guusdk closed 1 year ago

guusdk commented 1 year ago

Files that are uploaded by clients should be scanned (for viruses, malware, etc).

One idea is to provide an integration with a virus scanner, such as the open source ClamAV scanner.

guusdk commented 1 year ago

Related change in the parent project: https://github.com/guusdk/httpfileuploadcomponent/issues/41