Smack/smack-extensions
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
..
src Fix XEP-0080 geoloc extensions elements formating 2015-04-01 10:45:33 +02:00
build.gradle Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00