I have some general doubts regarding xmpp-openfire-chat app please clear me..I am devolopin a chat application using xmpp and openfire server
- I am able to send message to the server. I want to send and receive messages from another devices.For that what i have to do?
2. In my UI i want to receive messages from Gajin(For testing I downloaded this) .It should be like Gajin receive from my end.I have sqlite is here,
3. First i have to create a table for receiving messages from server?
4. from that table i have to bind using I notify property?
5. to show messages like gajin in my UI what i have to do?
please clarify these doubts...