开发者

XMPP starter - with java

开发者 https://www.devze.com 2023-01-24 18:28 出处:网络
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 couldnt find enough resources

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 couldnt find enough resources online. Ple开发者_如何转开发ase suggest few things like : giving input to the server and then receiving the msg back, communication with the ISB and client-xmpp-xlient. Thanks!


I would use an existing Java implementation. Check out SMACK. If it fits your licensing needs, then I would use something like that before writing all the code yourself.


A simple example of using XMPP here using Smack API

raj

0

精彩评论

暂无评论...
验证码 换一张
取 消