1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-21 19:14:53 +02:00

Add EntityCapsManager to startup classes

This commit is contained in:
Florian Schmaus 2015-03-18 22:05:26 +01:00
parent a7616f2a03
commit 0ca4e8b72a

View file

@ -17,5 +17,6 @@
<className>org.jivesoftware.smackx.xdatavalidation.XDataValidationManager</className>
<className>org.jivesoftware.smackx.receipts.DeliveryReceiptManager</className>
<className>org.jivesoftware.smackx.iqversion.VersionManager</className>
<className>org.jivesoftware.smackx.caps.EntityCapsManager</className>
</startupClasses>
</smack>