File transfer limit

Someone can help to manage the file transfer bye a plugin in penfire 3.7.0.

Thanks

Not easy and not standard in Openfire 3.7. Spark 2.6.3 has a configuration to limit the file size, but this requires a repackaging of the client.

I have two clients make changes at once but it did not work

spark \ org \ jivesoftware \ resource \ default.properties

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# # # # # # # # # # # # # # # # # File Transfer # # # # # # # # # # # # # # #

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Specify a size on the which Users will get a

Warning of a possibly too big a file

10MB = 1024

100MB = 1024

1GB = 1024

Default = -1 (infinity)

Maximum is 9,223,372,036,854,775,806 bytes = 1024KB

FILE_TRANSFER_WARNING_SIZE = 1024

Specify the maximum file size to be permitted to send

10MB = 1024

100MB = 1024

1GB = 1024

Default = -1 (infinity)

Maximum is 9,223,372,036,854,775,806 bytes = 1024 KB

FILE_TRANSFER_MAXIMUM_SIZE = 1024