org.xmlpull.v1.XmlPullParserException: start tag not allowed in epilog but

hello

it’'s my first time with smack. I wanted to begin with a simple “XMPPConnection” and login. But that errors appears to me :

org.xmlpull.v1.XmlPullParserException: start tag not allowed in epilog but got s ( position: END_TAG seen … <s… @1:248>

at …

at …

I’'m trying to login to amessage.info and i use smack-2.0.0

s.b have an idea ?

quote:

try {

XMPPConnection XMPPCon = new XMPPConnection(“amessage.info”, 5222); }

catch (XMPPException nom) {

System.out.println(“XMPPException”);

}

XMPPCon.login(“Test”, “Jabber”);

Hey SuNn,

Could you enable the Smack debugger and paste what you have in the raw sent and raw received tabs?

Thanks,

– Gato

Hey guys:

This may or may not be related but I experienced the same issue against messenger when Smack was parsing a stream error. I posted stack trace and the troublesome packet here:

http://www.jivesoftware.org/community/thread.jspa?threadID=16246&tstart=0

Alex

? row send and row receive ? i don’'t understand.

i’'m working on JCreator.