-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The issue came from the fact that MAM looks for a `mam_id` field in the accumulator when trying to save a message. This should prevent double messages in scenarios such as retransmitting a message. However, for some reason, in mod_stream_management, the accumulator was stripped of its fields. This didn't make any sense, as the metadata could be useful (as is the case here). I'm not certain if the retransmission itself is a correct behaviour, and if the stanza shouldn't contain a "delay" element.
- Loading branch information
1 parent
aafbc75
commit 4348f52
Showing
3 changed files
with
154 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters