1. 25 Nov, 2015 1 commit
    • Tom Evans's avatar
      Simplify and shorten pubsub message id · 0535aa41
      Tom Evans authored
      The specification (XEP-0060) recommends generating unique message ids
      within a pubsub instance to aid troubleshooting for notification
      delivery issues when needed. This replaces a ridiculously long and
      inefficient string concatenation with something a bit more tidy and
      concise.
      0535aa41
  2. 23 Nov, 2015 2 commits
  3. 22 Nov, 2015 1 commit
  4. 21 Nov, 2015 4 commits
  5. 20 Nov, 2015 2 commits
    • Dave Cridland's avatar
      OF-115 Process S2S stanzas from a session serially · 2d62c7e1
      Dave Cridland authored
      This patch removes the thread pool from the ServerSocketReader, causing
      stanzas from a particular S2S session to be processed serially on the same
      thread used by the ServerSocketReader.
      
      Each ServerSocketReader currently has a thread to itself, so this is unlikely
      to have a serious impact on performance, but does have a very positive impact
      on correctness.
      2d62c7e1
    • daryl herzmann's avatar
      Merge pull request #392 from tevans/master · 21f57aa5
      daryl herzmann authored
      Archive legacy sources for Jive tools
      21f57aa5
  6. 19 Nov, 2015 11 commits
  7. 18 Nov, 2015 3 commits
  8. 17 Nov, 2015 16 commits