Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
altconnections Add support for HTTP lookup method through xep-0156 2020-06-25 21:10:43 +05:30
compress Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
datatypes [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
filter Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
packet Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
parsing junit: bump to 5.6.0 2020-02-23 19:12:54 +01:00
provider Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
sasl/core Introduce test fixtures 2020-04-11 22:05:36 +02:00
util [core] Fix parseContentDepthWithRoundtrip() and add tests 2020-11-25 20:55:05 +01:00
xml [core] Fix XmlEnvironment namespace: Use default namespace (not element's) 2021-01-25 14:24:55 +01:00
ConnectionConfigurationTest.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
SmackConfigurationTest.java Add org.jivesoftware.smack.Smack with getVersion() and ensureInitialized() 2020-11-09 08:46:57 +01:00
SmackFutureTest.java Rework SmackFuture and add async API based on it 2017-08-12 17:35:45 +02:00
SmackTest.java Add Smack.getNoticeStream() and 'License' section to README 2020-11-09 08:46:57 +01:00
StanzaCollectorTest.java Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
StanzaIdTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00