Smack/smack-core/src/main/java/org/jivesoftware
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
..
smack Fix NPE in BoBIQ by adding XmlStringBuilder.optIntAttribute(String, Integer) 2021-01-06 13:45:13 +01:00