Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/commands
Florian Schmaus 5eef31e49c Do not call XmlPullParser.getName() when the event is unknown
XmlPullParser.getName() only returns a result if the current parser
event is START_ELEMENT or END_ELEMENT. If this is not the case, then
the method may throw (if StAX is used).
2021-07-06 12:33:11 +02:00
..
packet Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
provider Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
AdHocCommand.java Re-work data form API 2020-05-13 20:14:41 +02:00
AdHocCommandManager.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
AdHocCommandNote.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
LocalCommand.java Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
LocalCommandFactory.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
RemoteCommand.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00