Skip to content
Snippets Groups Projects
  1. Jan 28, 2018
  2. Jan 27, 2018
  3. Jan 26, 2018
  4. Jan 25, 2018
  5. Jan 24, 2018
  6. Jan 23, 2018
  7. Jan 22, 2018
  8. Jan 21, 2018
  9. Jan 20, 2018
  10. Jan 19, 2018
  11. Jan 18, 2018
  12. Jan 17, 2018
    • Philipp Hörist's avatar
      Fix parsing MAM IQs · 5ef18134
      Philipp Hörist authored
      prosody includes the supplied queryid in the `<fin>` tag, but this is not XEP compliant.
      
      We set the queryid attr so we can match the MAM Messages to our query.
      Thats the only purpose, it is not used to identify the iq result at the end of the query.
      For that purpose is the `id` attr on the `<iq>` node.
      
      So dont try to parse `queryid` from the `<fin>` tag.
      5ef18134
Loading