hi this is nick from korea, a senior java programer now i'm making some prototype server based on VYSPER
and in middle of developing, i faced brutal problem i'm hanging that problem to sovlve for 3 days 24/7 , but it won't be cleared it's about xml parsing first of all vysper version is 0.7 the parsing error is below "18:23:19,636 | DEBUG | NioProcessor-38 | org.apache.vysper.xml.sax.impl.XMLParser | Fatal error: Current state = RESET, new state = FLUSHED" and i now know i can't fix the probem because this problem will occured in various condition like, disordered xmpp stanza through the unstable network or OS i supposed. when this problem occur, the XMLParer's varable ' org.apache.vysper.xml.sax.impl.XMLParser<eclipse-javadoc:%E2%98%82=nbxml/src%5C/main%5C/java%3Corg.apache.vysper.xml.sax.impl%7BXMLParser.java%E2%98%83XMLParser>.State' will be set to CLOSED. and then the entire xmpp message can't be proccessed after at all. so i tried just create new instance of the XMLParser , set State back to START, and etc.. but these didn't help ,because the session had been disconnected or what i wish is to recover the XMLParser instance as usable not recreating. sincerely from nick
