You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Smack/smack-java8-full/src
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).
2 years ago
..
javadoc/org/jivesoftware/smack/full/doc-files Introduce Smack's Modular Connection Architecture 3 years ago
main/java/org/jivesoftware/smack/full Rework WebSocket code 2 years ago
test Make ExtensionElement marker interface wrt. QNAME field 2 years ago