mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 15:41:08 +01:00
Support for XEP-0122: Data Forms Validation.
Data Forms Validation are a part of Data Fields and implemented as extensions, added to a Datafield. Data validation extensions are validated before adding to the message, using the consistency rules as described in the XEP. Fixes SMACK-621. Minor modifications done by Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
parent
019b9dc5d4
commit
b08dbc1dbc
13 changed files with 943 additions and 66 deletions
|
|
@ -14,5 +14,6 @@
|
|||
<className>org.jivesoftware.smackx.vcardtemp.VCardManager</className>
|
||||
<className>org.jivesoftware.smackx.xdata.XDataManager</className>
|
||||
<className>org.jivesoftware.smackx.xdatalayout.XDataLayoutManager</className>
|
||||
<className>org.jivesoftware.smackx.xdatavalidation.XDataValidationManager</className>
|
||||
</startupClasses>
|
||||
</smack>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue