Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/push_notifications/element
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
..
DisablePushNotificationsIQ.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
EnablePushNotificationsIQ.java Re-work data form API 2020-05-13 20:14:41 +02:00
PushNotificationsElements.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
package-info.java Push Notifications (XEP-0357) implementation 2016-11-01 08:46:59 +01:00