sstrigler / JSJaC

JavaScript Jabber Client Library
Other
295 stars 86 forks source link

JSJac Does not handle all terminate conditions #36

Closed anazimok closed 10 years ago

anazimok commented 12 years ago

Based on the xmpp spec (http://xmpp.org/extensions/xep-0124.html#errorstatus-terminal) there are multiple terminate conditions listed in the Table 3. JSJac currently accounts only for remote-stream-error ignoring all other conditions.

sstrigler commented 12 years ago

sorry, last comment went to wrong issue

rraptorr commented 10 years ago

Could you please explain what do you mean by "accounts only for remote-stream-error". JSJaC will happing handle any terminate condition, it happens that "remote-stream-error" is handled a bit differently to detect session conflicts, but apart from that all terminate conditions are handled.

rraptorr commented 10 years ago

Closing since there doesn't seem to be any issue here. Feel free to reopen if you can provide an example.