How to change maximum filesize?

Hi, im trying to send a video of 10MiB using Conversations.im client and my openfire server.

It sends me this error: “File too large. Maximum file size is 5242880 bytes”.

How can i change maximum filesize on my openfire server? Ive tryed to look for httpfileupload plugin settings but ive been unable to find them.

Thankyou for your help

Related to your question: https://github.com/guusdk/httpfileuploadcomponent/issues/5

The limit seems to be hard-coded by now.

I will have to edit it and compile it by my self?

Looks like it, yes. The linked post suggests that’s pretty straight forward though.