I am working on an android chat application in which i am using smack library for instant messaging everything is working fine but the huge problem is in subscription.
In order to receive subscription requests, you must:
1) Send presence:
2) Retrieve roster:
First-time client writers are often surprised by the second one.