1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
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
..
address Merge branch '4.1' 2015-03-24 17:16:18 +01:00
amp Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
attention/packet Rename PacketFilter (and implementing classes) and PacketExtension 2015-02-28 13:49:38 +01:00
bookmarks Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
bytestreams Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
caps Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
chatstates Lint fixes: Remove dead code, etc. 2015-03-24 18:33:47 +01:00
commands Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
delay Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
disco Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
filetransfer Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
forward Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
geoloc Fix XEP-0080 geoloc extensions elements formating 2015-04-01 10:45:33 +02:00
iqlast Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
iqprivate Merge branch '4.1' 2015-03-24 17:16:18 +01:00
iqregister Merge branch '4.1' 2015-03-24 17:16:18 +01:00
iqversion Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
jiveproperties Add JivePropertiesExtension.from(Message) 2015-03-25 10:29:43 +01:00
muc Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
nick/packet Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
offline Merge branch '4.1' 2015-03-24 17:16:18 +01:00
pep Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
ping Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
privacy Merge branch '4.1' 2015-03-24 17:16:18 +01:00
pubsub Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
receipts Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
rsm Rename PacketFilter (and implementing classes) and PacketExtension 2015-02-28 13:49:38 +01:00
search Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
sharedgroups Merge branch '4.1' 2015-03-24 17:16:18 +01:00
shim Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
si Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
time Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
vcardtemp Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
xdata Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
xdatalayout Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
xdatavalidation Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
xhtmlim Merge branch '4.1' 2015-03-24 17:16:18 +01:00