Skip to content
Snippets Groups Projects
  1. Oct 10, 2018
  2. Aug 26, 2018
  3. Aug 22, 2018
  4. Aug 21, 2018
  5. Aug 16, 2018
    • Dave Cridland's avatar
      OF-1590 Validate h against resumed session · cfb3e7de
      Dave Cridland authored
      The `<resume/>` element sent by the client during a XEP-0198 session
      resumption contains an `h` attribute which is validated to ensure it
      has not acknowledged more stanzas than were actually sent.
      
      However, we were validating that against the current session, whose
      counters would be disabled, and therefore left at zero. This simply
      checks them against the correct session instead - the `otherSession`
      which is to be resumed.
      cfb3e7de
    • Dave Cridland's avatar
      Merge pull request #1075 from kosky/patch-1 · 43462587
      Dave Cridland authored
      Update CollectionNode.java
      43462587
  6. Aug 15, 2018
  7. Aug 14, 2018
  8. Aug 13, 2018
  9. Aug 10, 2018
Loading