unmk2 / jaxl

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

Require more error handling for "stream:error" like "see-other-host" #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It happens very rarely, probably once a week. Log shows that server 
sends an error stream which looks as follows:

2009-02-05 00:43:46
Received XML<<
<stream:error><see-other-host xmlns="urn:ietf:params:xml:ns:xmpp-
streams"/><str:text xmlns:str="urn:ietf:params:xml:ns:xmpp-
streams">talk.google.com</str:text></stream:error>

2009-02-05 00:43:46
Sending XML>>
</stream:stream>

What is the expected output? What do you see instead?
As a result of this the bot goes off line, however you can still see it's 
proceed id in list of active pid's

Original issue reported on code.google.com by mailsfor...@gmail.com on 6 Feb 2009 at 1:56

GoogleCodeExporter commented 9 years ago
Error handling pushed into trunk. Need verification.

Original comment by mailsfor...@gmail.com on 2 Jan 2010 at 2:46