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.
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 | 3 years ago | |
main/java/org/jivesoftware/smack/full | 2 years ago | |
test | 2 years ago |