Message Size limit (General questions)
Hello,
is there a sizelimit in XMPPMessageObject.Text ?
Ciao
Marcus
Re: Message Size limit
Marcus,
We have tested with 100k size message and it works. So there is no reasonable message size limit in wodXMPP.
Most probably XMPP servers has some message size limits. So you should test with your server and see what happened.
Drazen
Re: Message Size limit
Hello Drazen,
with which server you are testing ? ejabberd, openfire, ... ?
Greetings
Marcus
Re: Message Size limit
Marcus,
We are using Ejabberd XMPP server.
I google it and find out that max_stanza_size in configuration file hold maximum size of message.
Drazen