Thank you .
I have downloaded the lastest offical release:smack_4_0_0.
But the docs in folder: smack_4_4_0>>releasedocs>>documentation cannot suit the sdk .the docs here is very
important to newer. When i follow the examples in the docs step by step,I got many errors.
eg: in file Overview,there is a guide for sending a text message to a user :
Connection connection = new XMPPConnection("jabber.org");
connecttion.connect();
There is not a Connection class in the SDK .
Is there something wrong with me ?
or the docs is not the lastest ?
Thank u again !