I am using Openfire(V 3.9.1) server to send notification from PHP to Android. I am receiving message in Android properly. But I am unable to receive and display reply message back to PHP.
- I am using XMPPHP library to send notification message from PHP to openfire server.
- I'm using smack library. Android-to-android is working perfectly.
How do I receive/display messages on browser. Should I use a different library?
I have made the code for sending message to openfire but i dont know how to retrive the message.
i feel this can help you out.