I am trying to send user's current location from android to the server and other mobile device. And to implement that, I am using XMPP.
So far I have successfully made a connection with the XMPP server from Android using asmack library. But now I don't know how can i send the current location of user to server and other android mobile device.
While searching i came across this XEP-0080, but I don't know how to use it.
So far i am planning to do
- connect with an XMPP server
- get the connected or online users
- share the location with all of them
Can anyone suggest me the road map to that ?