How to send chat invitation to user using XMPP java protocol?

I am using google appengine (Java). I want my application to send a chat invitation to the user, how to do this?

+3
source share
1 answer

Java XMPP API Overview - Google App Engine - Google Code

http://code.google.com/appengine/docs/java/xmpp/overview.html

+3
source

Source: https://habr.com/ru/post/1743789/


All Articles