Currently I am working on instant messaging chat application in which I need to implement third party chat server.
I am following this tutorial
Complete project available on Github here.
When I download this project it provides me with two project folders; the first is named GCMDemo and the second is GCM_CCS_application.
I import GCMDemo in eclipse; it provides me a GCM client for sending message and it's working fine.
But I don't know how to use GCM_CCS_application. This is a java application. GSM_CCS_application is not an android application; it is for server-side applications.
I have openfire server installed on my computer but don't know how to use openfire for this application. So please somebody tell me how to implement this server-side application.