Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo
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 Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
exceptions Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
internal Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
listener Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provider Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
trust Rework support for XEP-0384: OMEMO Encryption 2018-06-13 12:29:16 +02:00
util OMEMO: Switch to sending 12 byte IV 2020-02-16 22:15:56 +01:00
CachingOmemoStore.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
FileBasedOmemoStore.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OmemoConfiguration.java Add integration test and fix checkstyle issues 2018-10-10 14:48:22 +02:00
OmemoInitializer.java Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
OmemoManager.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OmemoMessage.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
OmemoRatchet.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
OmemoService.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
OmemoStore.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
package-info.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00