• Christian Schudt's avatar
    Don't add multiple delayed delivery extension to resent messages. · 81363d82
    Christian Schudt authored
    The issue is that messages, which get resent from offline storage already have an older timestamp.
    
    There should not be another delayed delivery extension, which "overwrites" the old one.
    
    Messages looked like that:
    <message><body>...</body><delay xmlns="urn:xmpp:delay" stamp="2016-01-06T13:48:45.312Z"></delay><delay xmlns="urn:xmpp:delay" stamp="2016-01-06T13:49:56.674Z"></delay></message>
    
    Instead the original timestamp should be preserved.
    81363d82
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...