Smack/smack-extensions/src
Florian Schmaus 56222d6ee2 Improve parseContent() and parseContentDepth()
The idea is that xml-roundtrip should *never* be expected from a
XmlPullParser. So what we need is a method that parses the content of an
element without relying on getText() returning text if on START_TAG or
END_TAG. This is already done by PubSubs ItemProvider.

Also add PacketParserUtils.parseElement() which will return the current
element as String and use this method in PubSub's ItemProvider.
2014-06-20 12:07:25 +02:00
..
integration-test/java/org/jivesoftware/smackx s/JEP/XEP/ 2014-06-14 11:48:46 +02:00
main Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
test Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00