mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Corrected <latitude/> and <longitude/> and tags in example 1 to <lat/> and <lon/>
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2718 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
41fb26766a
commit
80b8f82a47
14
xep-0255.xml
14
xep-0255.xml
@ -38,6 +38,16 @@
|
||||
<email>ross@buddycloud.com</email>
|
||||
<jid>ross@buddycloud.com</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.4</version>
|
||||
<date>2009-02-03</date>
|
||||
<initials>ht</initials>
|
||||
<remark>
|
||||
<ul>
|
||||
<li>Corrected <latitude/> and <longitude/> and tags in example 1 to <lat/> and <lon/></li>
|
||||
</ul>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2008-12-20</date>
|
||||
@ -133,8 +143,8 @@
|
||||
type='get'
|
||||
xml:lang='en-US'>
|
||||
<locationquery xmlns='urn:xmpp:locationquery:0'>
|
||||
<latitude>57.0501862</latitude>
|
||||
<longitude>9.9188746</longitude>
|
||||
<lat>57.0501862</lat>
|
||||
<lon>9.9188746</lon>
|
||||
<accuracy>35.6</accuracy>
|
||||
</locationquery>
|
||||
<iq>
|
||||
|
Loading…
Reference in New Issue
Block a user