I’m creating chat application for android, I’m using openfire server, I’m less familier with asmack and XMPP. I have some basic question as listed bellow.
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?
User A needs to send a subscription request to User B. User B then either accepts or declines it by sending a presence of type “subscribed” or “unsubscribed” back to User A.
I don’t quite understand the question, but probably the answer is no.