mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 09:39:39 +02:00
Add StreamFeatureProvider
so that AccountManager and the CapsExtension can be moved to smack-extensions, where they belong.
This commit is contained in:
parent
fc51f3df48
commit
46a4402a69
22 changed files with 396 additions and 151 deletions
|
@ -43,6 +43,11 @@ public class ProviderConfigTest {
|
|||
public Collection<ExtensionProviderInfo> getExtensionProviderInfo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Collection<StreamFeatureProviderInfo> getStreamFeatureProviderInfo() {
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
||||
Assert.assertNotNull(ProviderManager.getIQProvider("provider", "test:provider"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue