Smack/smack-core/src
Florian Schmaus fcc372754e Fix NPE in BoBIQ by adding XmlStringBuilder.optIntAttribute(String, Integer)
The method was missing and hence BoBIQ used optIntAttribute(String,
int) instead, which resulted in an NPE if the Integer was null.

Fixes SMACK-895.
2021-01-06 13:45:13 +01:00
..
integration-test Mark code from the old integration-test dir as migration candidates 2020-04-09 15:14:09 +02:00
main Fix NPE in BoBIQ by adding XmlStringBuilder.optIntAttribute(String, Integer) 2021-01-06 13:45:13 +01:00
test [ibb] Use UInt16 for 'seq' and fix its handling 2020-12-05 23:04:17 +01:00
testFixtures/java/org/jivesoftware/smack Add org.jivesoftware.smack.Smack with getVersion() and ensureInitialized() 2020-11-09 08:46:57 +01:00