0

Is there a way for a user who is currently logged off to know the difference between a message that is buffered while a user is logged off from when the user is logged on and receives the message.

If X sends Y 3 messages while Y is logged out of QBChat and then Y logged back on. Could Y be able to tell the difference between messages received while Y was logged off then messages recieved when both X & Y are logged in?

EK_AllDay
  • 1,095
  • 2
  • 15
  • 35

1 Answers1

0

When user Y will be online he receive 3 messages at once.
If you need implement chat history - please provide this (example for ios) http://quickblox.com/developers/SimpleSample-chat_users-ios#1_to_1_Chat_history

frankWhite
  • 1,523
  • 15
  • 21
  • That is not what I am asking. I am saying, can I tell the difference between messages I receive while a user is offline, compared to when they receive messages when they are online. – EK_AllDay Jan 08 '14 at 18:07
  • 1
    You can compare received messages by text or date with existed. – frankWhite Jan 09 '14 at 08:34