1. 07 Feb, 2020 2 commits
    • JC Brand's avatar
      Updates to how dupes are detected. · fb9fe280
      JC Brand authored
      - Collapse 3 different loops into one.
      - Check all saved stanza ids in the parsed attrs, not just the archive id
      - Remove check for archive id in converse-mam since it just duplicates what's now being done in converse-chat
      - Don't use disco to check for support, XEP-359 mandates that services SHOULD advertise support,
        which is not a strong enough guarantee that they do.
      
      updates #1856
      fb9fe280
    • JC Brand's avatar
      Updates the message parsing. · 746fe441
      JC Brand authored
      Only set `id` once we've actually parsed the sender attributes,
      otherwise `attrs.from` is `undefined`.
      
      Use `Array.prototype.reduce` to generate stanza_ids attributes map.
      
      Add `from_muc` attribute which contains the MUC JID
      746fe441
  2. 06 Feb, 2020 3 commits
  3. 05 Feb, 2020 3 commits
  4. 04 Feb, 2020 1 commit
  5. 03 Feb, 2020 4 commits
  6. 31 Jan, 2020 1 commit
  7. 30 Jan, 2020 26 commits