XMPP starter - with java [duplicate]

2019-08-24 03:25发布

问题:

Possible Duplicate:
XMPP starter - with java

Please help me in getting started with XMPP, as I am going to start working on a Java project soon and I will be implementing this protocol. I need to get started soon but I couldn't find many resources online. How do I give input to the server and then receiving the msg back? How do I communicate with the ISB and client-xmpp-xlient? Any other basic suggestions are welcome. Thanks!

回答1:

Have you looked into the Smack XMPP client API for your project?

http://www.igniterealtime.org/projects/smack/index.jsp



标签: java xmpp