I have read many answers on StackOverflow but still found a need to ask this one.
I am making an Android Application in which i have to implement simple one-on-one chat (Just text chat).
I have implemented QuickBlox for now but I would like to implement the core integration into my application. i.e. using a web xmpp server and socket connection. As I dont want to use any third party API. For example Whatsapp has it's own implementation and doesnt use any third party API.
What all I will need for this and what is the process of implementation.
Thanks in advance.