Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/iot
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
..
control Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
data Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
discovery Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
element requireNotNullOrEmpty -> requireNotNullNorEmpty 2018-07-17 15:10:39 +02:00
parser Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provisioning Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
IoTException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
IoTManager.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
Thing.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
package-info.java Add (partial) support for IoT XEPs 2016-07-21 08:51:11 +02:00