Smack/smack-extensions/src/integration-test/java/org/jivesoftware/smackx
Florian Schmaus 4133eb175c Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3
Introducing Smack's own XmlPullParser interface which tries to stay as
compatible as possible to XPP3. The interface is used to either wrap
StAX's XMLStreamReader if Smack is used on Java SE, and XPP3's
XmlPullParser if Smack is used on on Android.

Fixes SMACK-591.

Also introduce JUnit 5 and non-strict javadoc projects.
2019-05-06 22:10:50 +02:00
..
bytestreams Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
commands 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
muc Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
packet Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
pubsub Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
CompressionTest.java Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
FileTransferTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
GroupChatInvitationTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
LastActivityManagerTest.java Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
MessageEventManagerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
MessageEventTests.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
MultipleRecipientManagerTest.java s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
OfflineMessageManagerTest.java s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
RosterExchangeManagerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RosterExchangeTests.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ServiceDiscoveryManagerTest.java Add XMPPErrorException.getStanzaError() 2018-06-20 22:17:11 +02:00
SharedGroupsTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
VCardTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XHTMLManagerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XHTMLSupportTests.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00