I understand that i can get the jabber ID from this method recipient.toFullJID().
I also have openfire server setup locally FULLY WORKING with android client..
i am stuck in this section
/*
* add your code here to send offline msg
* recipient.getNode() : receive's id,for example,if receive's jid is "23@localhost", receive's id is "23"
* content: message content
*/
how can i modify your code to get off line message..