Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub
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
..
filter Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
listener Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
packet Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
util Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
AccessModel.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Affiliation.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
AffiliationsExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
ChildrenAssociationPolicy.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
CollectionNode.java Enable LeftCurly checkstyle check 2018-04-06 10:25:06 +02:00
ConfigurationEvent.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ConfigureForm.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ConfigureNodeFields.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
EmbeddedPacketExtension.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
EventElement.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
EventElementType.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
FormNode.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
FormNodeType.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
GetItemsRequest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
Item.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
ItemDeleteEvent.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ItemPublishEvent.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ItemReply.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ItemsExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
LeafNode.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Node.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
NodeEvent.java Enable LeftCurly checkstyle check 2018-04-06 10:25:06 +02:00
NodeExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
NodeType.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
NotificationType.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
OptionsExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
PayloadItem.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
PresenceState.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PubSubElementType.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PubSubException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PubSubFeature.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
PubSubManager.java Add PubSubManager.getInstanceFor() just like all other Managers 2019-04-16 11:21:22 +02:00
PublishItem.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
PublishModel.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RetractItem.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
SimplePayload.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
SubscribeExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
SubscribeForm.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SubscribeOptionFields.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Subscription.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
SubscriptionEvent.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SubscriptionsExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
UnsubscribeExtension.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00