mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-09 22:51:07 +01:00
Add and register BodyElementProvider
This commit is contained in:
parent
ab30b0c921
commit
901b316c06
4 changed files with 75 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Providers for core elements -->
|
||||
<smackProviders>
|
||||
<extensionProvider>
|
||||
<elementName>body</elementName>
|
||||
<namespace>jabber:client</namespace>
|
||||
<className>org.jivesoftware.smack.provider.BodyElementProvider</className>
|
||||
</extensionProvider>
|
||||
</smackProviders>
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
<startupClasses>
|
||||
<className>org.jivesoftware.smack.initializer.VmArgInitializer</className>
|
||||
<className>org.jivesoftware.smack.ReconnectionManager</className>
|
||||
<className>org.jivesoftware.smack.CoreInitializer</className>
|
||||
</startupClasses>
|
||||
|
||||
<optionalStartupClasses>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue