I know this discussion has already taken place (http://community.igniterealtime.org/thread/36837) but nothing has come of it. Rather than post in an old thread I am creating a new one with the link to the old one. Are there any plans to implement the simple fix of changing the following two methods within PEPItem to public?
abstract String getNode();
abstract String getItemDetailsXML();
Yes the work around of placing the PEPItem the user wants to create in the same package (org.jivesoftware.smackx.packet) works but users shouldn’t have to do this to extend the class and use PEP via the Smack API.