mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-24 07:12:05 +01:00
07da9ffb48
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. |
||
---|---|---|
.. | ||
carbons | ||
chat_markers | ||
colors | ||
eme | ||
hashes | ||
hoxt/provider | ||
httpfileupload | ||
mam | ||
message_markup | ||
muclight | ||
push_notifications | ||
reference | ||
sid | ||
spoiler | ||
ExperimentalInitializerTest.java |