Получение списка юзеров рядом
<iq id='some_id'
type='get'>
<query xmlns='urn:xmpp:search_user:tmp'>
<search>
<phrase>stas</phrase>
<longitude>0.1</longitude> // your longitude
<latitude>0.1</latitude> // your latitude
<offset>0</offset>
<limit>2</limit>
</search>
</query>
</iq>
<iq from="[email protected]"
type="result"
to="[email protected]/MacBook-Pro-Stas"
id="some_id">
<query xmlns="urn:xmpp:search_user:tmp">
<search type="result">
<result>
{"matches":[{"longitude":0,"latitude":0,"username":"schultz.anika","fn":"Stas","mail":"[email protected]","note":"","def_avatar":"http:\/\/i.evyton.com\/image\/b7848b75188e472abea65030f7aa9125\/img_5489b4284b59d5489b4284b5ea.png","host":"","id":29}, {"longitude":0,"latitude":0,"username":"bwyman","fn":"Stas","mail":"","note":"","def_avatar":"http:\/\/i.evyton.com\/image\/53a8f47f2a22435fb568aa43fbcf4e1e\/img_5489a7901db395489a7901db86.png","host":"","id":6}],"total":"8","total_found":"8"}
</result>
</search>
</query>
</iq>
{
"matches": [
{
"longitude": 0,
"latitude": 0,
"username": "schultz.anika",
"fn": "Stas",
"mail": "[email protected]",
"note": "",
"def_avatar": "http://i.evyton.com/image/b7848b75188e472abea65030f7aa9125/img_5489b4284b59d5489b4284b5ea.png",
"host": "",
"id": 29
},
{
"longitude": 0,
"latitude": 0,
"username": "bwyman",
"fn": "Stas",
"mail": "",
"note": "",
"def_avatar": "http://i.evyton.com/image/53a8f47f2a22435fb568aa43fbcf4e1e/img_5489a7901db395489a7901db86.png",
"host": "",
"id": 6
}
],
"total": "8",
"total_found": "8"
}