mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-09 14:41:08 +01:00
Do not use a reflection based initializer for core elements
like Message.Body from smack-core.
This commit is contained in:
parent
09c6a9e2bc
commit
ad932caf78
5 changed files with 7 additions and 37 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<?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,7 +5,6 @@
|
|||
<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