Smack/smack-extensions/src
Vyacheslav Blinov cf2027fce7 Fix XEP-0080 geoloc extensions elements formating
XEP-0080 states that lon,lat,error,alt,accuracy,bearing and speed are
decimal values, and thus should either be present as decimal, or not present
at all (as they are optional elements).
Usage of String.valueOf(value) in code lead to creating a "null"
string in case number was not present, thus creating an element with
"null" content, which is not a valid decimal value.
2015-04-01 10:45:33 +02:00
..
integration-test/java/org/jivesoftware/smackx Add Integration Test Framework 2015-03-18 11:09:56 +01:00
main Fix XEP-0080 geoloc extensions elements formating 2015-04-01 10:45:33 +02:00
test Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00