Add o.j.smackx.softwareinfo.form.SoftwareInfoForm to startup classes

This ensures that the form fields are registered.
This commit is contained in:
Florian Schmaus 2021-12-17 09:51:19 +01:00
parent 182d01a4b0
commit 993a307222
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@
<className>org.jivesoftware.smackx.receipts.DeliveryReceiptManager</className>
<className>org.jivesoftware.smackx.iqversion.VersionManager</className>
<className>org.jivesoftware.smackx.caps.EntityCapsManager</className>
<className>org.jivesoftware.smackx.softwareinfo.form.SoftwareInfoForm</className>
</startupClasses>
</smack>