mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
cf2027fce7
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. |
||
---|---|---|
.. | ||
src | ||
build.gradle |