processone / xmpp-messenger-ios

iOS XMPP Messenger Framework
MIT License
219 stars 93 forks source link

Chat markers lost if other user offline #87

Open Jaydeepinx opened 5 years ago

Jaydeepinx commented 5 years ago

Hello,

I have implemented chat markers but if other user is offline and i send any chat marker then it will lost. Means not able to receive when connected again.

example: user-1 is sending chat marker to user-2, At the moment user-2 is offline. When user-2 connected to xmpp again user-2 is not receiving that chat marker.

Thanks in advance.