Hi All,
Sometime the message get duplicated . At that time we received message with delay tag
xml: Hello appaOffline Storage
I don't know what is the issue . This may come sometime not frequently.
Thanks,
Maheswari T.
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi All,
Sometime the message get duplicated . At that time we received message with delay tag
xml: Hello appaOffline Storage
I don't know what is the issue . This may come sometime not frequently.
Thanks,
Maheswari T.
I have the same chat
I have the same chat application using xmpp ejabbered. I was also facing the same problem. In my case on xmpp server they have set offline message storage count to 100. If in offline mode the message limit crossed 100 then from 101th message I will get bounce back that message. So as a solution we changed the offline message limit to 500.
{mod_offline_odbc, [
{user_max_messages, 500}
]}