简体   繁体   中英

XMPP in Google App Engine and Android for a chat application

I want to build a simple chat app where users can send messages to each other. Can I do it with XMPP service from Google App Engine?

In their tutorials and all the tutorials I found on the web it was an implementation of a bot server. I also found similar tutorials but they are in python.

Is there a good and full tutorial that can guide in server and client side?

Yes, you can use XMPP/Smack library available as a third party library. With this you can create you own custom chat application same like the one's available in the market.

You probably want to use the Channel API if you want to build your own chat app. That's for sending messages to browers.

The XMPP API is for sending messages to XMPP clients. ie if you want to send a message to the chat client that's built into gmail, or a gchat client, or facebook chat.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM