Openfire uses ofoffline table to store user offline message, but as long as user is online, openfire will push all offline message to the user automatically,no matter the offline message is the user’s or not. So the question is, how to push specified user offline message to the user, still the offline messages are not pushed can still store in the offline table, and next time the user ask those offline messages,they can get delivered?
By the way,I am using strophejs to develop a web chat.