I'm trying to develop simple chat application, I'm not that much familiar with XMPP. I have configure opnfire server, and established connection with same using asamck lib. Now I'm able to register user with openfire, but I have some basic question about same.
- How to start chat?
- Is it necessary to sending, receiving, and accepting friend request before starting chat?
- If it is, how to do it.
- Is it required any Service, or Broadcast Receiver to receive the request or chat messages?
I have done lots of research on same, but I don't get any proper solution, please try to help me If you have solution for my all queries.
Is any reference book on XMPP fro android?