Smack/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox
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
..
callback Update references to XEP-0373 2018-07-30 15:41:48 +02:00
crypto Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
element Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
exception XEP-0373, XEP-0374: OpenPGP for XMPP: Instant Messaging 2018-07-29 18:52:45 +02:00
listener Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
provider Improve OX's PubkeyElement 2019-09-07 23:27:36 +02:00
selection_strategy XEP-0373, XEP-0374: OpenPGP for XMPP: Instant Messaging 2018-07-29 18:52:45 +02:00
store Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
util Re-work data form API 2020-05-13 20:14:41 +02:00
OpenPgpContact.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OpenPgpManager.java Cast with generic declared 2020-04-12 12:07:02 +02:00
OpenPgpMessage.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OpenPgpSelf.java Add more javadoc 2018-08-02 17:33:55 +02:00
package-info.java XEP-0373, XEP-0374: OpenPGP for XMPP: Instant Messaging 2018-07-29 18:52:45 +02:00