1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-27 10:09:32 +02:00
Smack/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox
Florian Schmaus 3d4e7938a7 Make ExtensionElement marker interface wrt. QNAME field
ExtensionElement is now a marker interface that requires all
implementation non-abstract classes to carry a static final QNAME
field (of type QName). This is verified by a new unit test.

Also FullyQualifiedElement is renamed to simply XmlElement. XmlElement
is used over ExtensionElement when implementing classes do not
statically know the qualified name of the XML elements they
represent. In general, XmlElement should be used sparingly, and every
XML element should be modeled by its own Java class (implementing
ExtensionElement).
2021-04-18 21:07:19 +02:00
..
callback Allow user-supplied secret key backup passphrases 2020-07-15 22:22:42 +02:00
crypto Remove constructor dependency on XMPPConnection from OpenPgpProvider 2020-06-15 14:02:18 +02:00
element Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +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 Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01: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 [openpgp] Do not put the BouncyCastleProvider at first position 2021-02-14 18:35:49 +01:00
OpenPgpContact.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OpenPgpManager.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
OpenPgpMessage.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
OpenPgpSecretKeyBackupPassphrase.java Allow user-supplied secret key backup passphrases 2020-07-15 22:22:42 +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