Smack/smack-legacy/src/main/java/org/jivesoftware
Florian Schmaus 31e4e1faf2 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 13:37:57 +02:00
..
smack/legacy Rework FileUtils 2018-04-06 10:25:06 +02:00
smackx Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 13:37:57 +02:00