Code Monkey home page Code Monkey logo

openfirelbs's Introduction

openfireLBS

This is Openfire LBS(Location Based Service) plugin based on private protocol as the following but not based on XEP-0080(http://xmpp.org/extensions/xep-0080.html).

XMPP LBS Extension

REQUEST

1 Get users near me with my GEO location

<iq id="c911" type="get" from="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location">
	<item user="chris" lon="22.323009" lat="29.098763"/>
</query>
</iq>

2 Upload my GEO location

<iq id="c912" type="set" from="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location">
	<item user="chris" lon="22.323009" lat="29.098763"/>
</query>
</iq>

3 Share my GEO location to friend

<iq id="c913" type="set" from="[email protected]/TCL-S960" to="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location">
	<item user="chris" lon="22.323009" lat="29.098763"/>
</query>
</iq>

RESPONSE

1 Get users near me

<iq id="c919" type="result" to="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location">
	<item user="chris1" lon="22.323009" lat="29.098763" sex="0" online="30min"/>
	<item user="chris2" lon="22.323009" lat="29.098763" sex="0" online="30min"/>
	<item user="chris3" lon="22.323009" lat="29.098763" sex="0" online="30min"/>
	... ...
</query>
</iq>

2 Upload my GEO location

<iq id="c912" type="result" to="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location"/>
</iq>

3 Share my GEO location to friend

<iq id="c913" type="result" to="[email protected]/TCL-S960" from="[email protected]/TCL-S960">
<query xmlns="com.nodexy.im.openfire.location"/>
</iq>

WARNING

The source code has no functional testing , pls DO NOT use it in your business production.

openfirelbs's People

Contributors

node avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.