Where/What is XmlPullParser?

Hi,

I am trying to do a basic chat using smack, but JBuilder gives me the following errors:

“PacketReader.java”: package org.xmlpull.v1 does not exist at line 23, column 1

“PacketReader.java”: cannot resolve symbol: class XmlPullParser in class org.jivesoftware.smack.PacketReader at line 57, column 13

Based on the import statement in PacketReader, I assumed that XmlPullParser would be in org.xmlpull.v1, but I can’'t find it in the cvs or in the files I downloaded.

Where is XmlPullParser? Is there another library I need to download?

Raeschel,

If you put smack.jar and smackx.jar in your classpath, that should have all the classes you need (including the pull parser).

Regards,

Matt

Okay, thanks!