Not all providers from smack-legacy.jar are loaded
Description
smack-legacy contains two provider files:
org.jivesoftware.smack.legacy/legacy.providers
org.jivesoftware.smack.legacy/workgroup.providers
Only one of these is loaded by smack-core (smack-config.xml refers to org.jivesoftware.smack.legacy.LegacyInitializer, which loads only the first provider file).
Smack should act consistent: either load everything, or nothing.
smack-legacy contains two provider files:
org.jivesoftware.smack.legacy/legacy.providers
org.jivesoftware.smack.legacy/workgroup.providers
Only one of these is loaded by smack-core (
smack-config.xml
refers toorg.jivesoftware.smack.legacy.LegacyInitializer,
which loads only the first provider file).Smack should act consistent: either load everything, or nothing.