Hi,
i have been playing with xiff/bosh stack to connect to ejabberD with mod_http_bind module
installed.
Ejabberd mod_http_bind v1.2 An implementation of XMPP over BOSH (XEP-0206) 0 sessions found. Sponsored by mabber.
But very often, the ejabberD returns a type="terminate" response to a roster get request.
following is one such example:
client to server:
<body sid="72e4e35977356cc39b831d16b69aea81727a8673" xmlns:xmpp="urn:xmpp:xbosh" xmlns="http://jabber.org/protocol/httpbind" rid="928774" xmpp:version="1.0"> <iq type="get" id="roster_10"> <query xmlns="jabber:iq:roster" /> </iq> </body>
server to client:
<body xmlns="http://jabber.org/protocol/httpbind" type="terminate" />
would anyone know what could be the reason? also, how should i debug this further?
thanks,
cybersnl