1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00
Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/iot
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
..
control Rename AbstractIqBuilder subclasses to their designated names 2019-10-29 19:34:18 +01:00
data Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
discovery Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
element
parser Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provisioning Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
IoTException.java
IoTManager.java
package-info.java
Thing.java Bump "Error Prone" to 2.3.2 2018-10-31 16:06:31 +01:00