unmk2 / jaxl

Automatically exported from code.google.com/p/jaxl
GNU General Public License v3.0
0 stars 0 forks source link

Provide an option for bot reconnect if </stream:stream> is appended along with <stream:error> #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tried sending an invalid packet
2. Server return <stream:error> appended with </stream:stream>
3. As a result session closes and bot keep checking for new available data
on the stream

What is the expected output? What do you see instead?
Ideally bot should identify this case and if configured properly (using
config.ini.php), bot should reconnect to the jabber server.

Original issue reported on code.google.com by mailsfor...@gmail.com on 6 Jan 2010 at 8:15

GoogleCodeExporter commented 9 years ago
Fixed with Jaxl 2.x series code

Original comment by mailsfor...@gmail.com on 19 Aug 2010 at 8:47