mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-03-14 02:13:28 +01:00
on package layer instead of Declarative Service (DS) approach. Restructuring and cleanup of initialization process to ensure that all internal config files are found by the corresponding bundle classloaders. SMACK-343
11 lines
349 B
XML
11 lines
349 B
XML
<?xml version="1.0"?>
|
|
<smackProviders>
|
|
|
|
<!-- XEP-0198: Stream Management -->
|
|
<streamFeatureProvider>
|
|
<elementName>sm</elementName>
|
|
<namespace>urn:xmpp:sm:3</namespace>
|
|
<className>org.jivesoftware.smack.tcp.sm.provider.StreamManagementStreamFeatureProvider</className>
|
|
</streamFeatureProvider>
|
|
|
|
</smackProviders>
|