Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/mood/provider
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
..
MoodConcretisationProvider.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
MoodProvider.java Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
SimpleMoodConcretisationProvider.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
package-info.java SMACK-828: Add support for XEP-0107: User Mood 2018-11-11 16:13:41 +01:00