1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-25 21:04:50 +02:00
Smack/smack-experimental/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/experimental Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
smackx Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 13:37:57 +02:00