Closed GoogleCodeExporter closed 9 years ago
Forgot to add the following detail: While using a cross domain request.
Original comment by maranda3...@gmail.com
on 8 Sep 2010 at 12:50
[deleted comment]
or <body type='terminate' condition='item-not-found'
xmlns='http://jabber.org/protocol/httpbind'/> for what regards the xml string
expected.
Original comment by maranda3...@gmail.com
on 8 Sep 2010 at 1:21
The issue is with JSJaC, which was designed against ejabberd. It has the same
issue with Tigase for example.
A recent BOSH ML thread on the issue:
http://mail.jabber.org/pipermail/bosh/2010-September/thread.html#340
Basically Prosody sends the terminate on the second to last request, while
ejabberd sends it on the last. This causes a javascript exception in JSJaC.
Possible Prosody side issue: Prosody may not be holding on to the last request,
on which I think it should reply immediately on terminate.
Original comment by waqas20
on 8 Sep 2010 at 2:28
Do you have an example page I can use for testing? item-not-found is not an
error that can be given to the second-to-last request, since it relates to the
sid, meaning the session has expired.
Original comment by MWild1
on 10 Sep 2010 at 5:04
Fixed in http://prosody.im/changesets/9fb6e8ec15ed
Original comment by MWild1
on 4 Mar 2011 at 8:29
Original issue reported on code.google.com by
maranda3...@gmail.com
on 8 Sep 2010 at 12:46