mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +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
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue