Smack/smack-core/src/main/java/org/jivesoftware/smack/parsing
Florian Schmaus 77e26fc575 Re-work data form API
Apply builder pattern to form fields and replace getVariable() with
getFieldName(). Refer to the field name as "field name" instead of
"variable" everyone, just as XEP-0004 does.

Improve the high-level form API: introduce FilledForm and FillableForm
which perform stronger validation and consistency checks.

Also add FormFieldRegistry to enable processing of 'submit' forms
where the form field types are omitted.

Smack also now does omit the form field type declaration on 'submit'
type forms, as it is allowed by XEP-0004.
2020-05-13 20:14:41 +02:00
..
ExceptionLoggingCallback.java Rework exceptions in the parsing / provider subsystem 2019-02-05 13:18:03 +01:00
ExceptionThrowingCallback.java Rework exceptions in the parsing / provider subsystem 2019-02-05 13:18:03 +01:00
ExceptionThrowingCallbackWithHint.java Rework exceptions in the parsing / provider subsystem 2019-02-05 13:18:03 +01:00
ParsingExceptionCallback.java s/occured/occurred/ 2019-10-30 12:02:36 +01:00
SmackParsingException.java Re-work data form API 2020-05-13 20:14:41 +02:00
StandardExtensionElementProvider.java Organize imports everywhere 2019-10-29 21:12:22 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00