Add EntityCapsManager to startup classes

This commit is contained in:
Florian Schmaus 2015-03-18 22:05:26 +01:00
parent a7616f2a03
commit 0ca4e8b72a
1 changed files with 1 additions and 0 deletions

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>