Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/last_interaction
Florian Schmaus 07da9ffb48 Do not have Stanza.getExtension(String, String) return a generic type
Returning a generic would allow for

List<ExtensionElement> list = stanza.getExtension("foo", "bar");

to compile (Note the we are calling getExtension(), not
getExtension*s*()).

Users are encouraged to use the type safe getExtension(Class<? extends
ExtensionElement) variant instead.

Fixes SMACK-825.
2020-04-05 22:10:05 +02:00
..
element Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
package-info.java Add support for XEP-0319: Last User Interaction (SMACK-636) 2018-04-09 20:59:39 +02:00