What is the limitation of inserted text in chat

Hi,

Some users are complaining of sending a long text via chat. It’s just disappears and after that is not possible to send anything. Is it possible to increase the longness of inserted text and what is the limitation?

wbr,

ronny

A message couldn’t be more than 1 Meg and this value is hard coded in the XMLLightWeightParser, meaning that you have no way to change it. An exception is thrown if it occurs but I’m not sure if the session is correctly closed.

If you are effectively reaching this limit you should consider using file transfer.

Hope this helps