mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +01:00
Add o.j.smackx.softwareinfo.form.SoftwareInfoForm to startup classes
This ensures that the form fields are registered.
This commit is contained in:
parent
182d01a4b0
commit
993a307222
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@
|
||||||
<className>org.jivesoftware.smackx.receipts.DeliveryReceiptManager</className>
|
<className>org.jivesoftware.smackx.receipts.DeliveryReceiptManager</className>
|
||||||
<className>org.jivesoftware.smackx.iqversion.VersionManager</className>
|
<className>org.jivesoftware.smackx.iqversion.VersionManager</className>
|
||||||
<className>org.jivesoftware.smackx.caps.EntityCapsManager</className>
|
<className>org.jivesoftware.smackx.caps.EntityCapsManager</className>
|
||||||
|
<className>org.jivesoftware.smackx.softwareinfo.form.SoftwareInfoForm</className>
|
||||||
</startupClasses>
|
</startupClasses>
|
||||||
</smack>
|
</smack>
|
||||||
|
|
Loading…
Reference in a new issue