This is the place where we can share HTTP Binding (BOSH) implementation,bugs and the experience with BOSH
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
This is the place where we can share HTTP Binding (BOSH) implementation,bugs and the experience with BOSH
BOSH problem
we are using BOSH technology for collaboration that contains white board. We are facing the problem if we are sending the continuous packets, we are losing some packets.Example within one second try to send four message ,we are losing the fourth packet (in group chat).If I trace the packets using wire shark ,we are sending actual data,but ejabber server is responding empty stanza.
Note:
We are using apache proxy for making connection with the ejabberd server.
Browser -->>AJAX --> Apache server -
--->ProxyPass
---------------> ejabberd http request.
Any guidance will help me for solving the problem.