#1275 mod_mam doesn't normalize JIDs in preferences
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Priority-Medium
Patch
Type-Defect
Milestone-0.11
Zash
on
What steps will reproduce the problem?
1. Set archiving defaults to `always`
2. Add `ROMEO@MONTAGUE.LIT` to set of JIDs to never archive
3. Receive message from romeo@montague.lit
4. Check archive
What is the expected output?
Message was not archived
What do you see instead?
Message was archived
Please provide any additional information below.
mamprefsxml.lib does not apply JIDprep to JIDs
What steps will reproduce the problem? 1. Set archiving defaults to `always` 2. Add `ROMEO@MONTAGUE.LIT` to set of JIDs to never archive 3. Receive message from romeo@montague.lit 4. Check archive What is the expected output? Message was not archived What do you see instead? Message was archived Please provide any additional information below. mamprefsxml.lib does not apply JIDprep to JIDs
Reported by and received patch from Link Mauve
ChangesFixed in https://hg.prosody.im/trunk/rev/d41ce505cdf9 Test in https://hg.prosody.im/trunk/rev/4f6413ec08a8
Changes