Smack/core/src/test/java/org/jivesoftware/smack
Florian Schmaus 24b637876f Substitute MXParser with a call to XmlPullParserFactory
This makes Smack more portable, as there are platforms that support the
XmlPullParser interface, but not MXParser (e.g. Android).

Also enable checkstyle check that MXParser is not used.
2014-02-20 13:48:36 +01:00
..
filters Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
parsing Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
provider Move EntityCaps and Bookmarks API in correct package 2014-02-18 10:24:59 +01:00
test/util Substitute MXParser with a call to XmlPullParserFactory 2014-02-20 13:48:36 +01:00
util Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ChatConnectionTest.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
DefaultRosterStoreTest.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
DummyConnection.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
PacketCollectorTest.java Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
RosterOfflineTest.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
RosterTest.java Substitute MXParser with a call to XmlPullParserFactory 2014-02-20 13:48:36 +01:00
RosterVersioningTest.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
SmackConfigurationTest.java Improve packet send and result collecting API 2014-02-18 19:39:47 +01:00
ThreadedDummyConnection.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00