1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02:00
Smack/smack-core/src
Florian Schmaus ed58abbee7 Support XML_ROUNDTRIP where possible
The approach to avoid XmlPullParser's XML_ROUNDTRIP feature prevents
Smack from handling XML namespaces on e.g. PubSub payloads on platforms
where support for XML_ROUNDTRIP would be available.

We now check for this XmlPullParser feature and use it if it's
available.
2014-10-15 22:50:48 +02:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Support XML_ROUNDTRIP where possible 2014-10-15 22:50:48 +02:00
test Improve MUC message and presence listeners 2014-10-12 18:11:02 +02:00