Hi devs,
I am randomly getting following exception, when I try to make a connection (xmppConnection = new XMPPConnection(serverUrl);) to my Jabber server (Openfire).
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name (position: END_TAG seen ... org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.xmlpull.mxp1.MXParser.parsePI(MXParser.java:2453)
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1245)
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:382)
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:43)
org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:63)
I am using Openfire & Smack API 2.2.1.
Any idea why? Thanks in advance.
/sumedha