Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/mam
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
..
element Make Forwarded a generic type 2020-09-23 17:48:04 +02:00
filter Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
provider Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
MamManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00