1. 07 Aug, 2019 4 commits
  2. 06 Aug, 2019 5 commits
  3. 05 Aug, 2019 7 commits
  4. 03 Aug, 2019 5 commits
  5. 02 Aug, 2019 8 commits
  6. 01 Aug, 2019 4 commits
  7. 31 Jul, 2019 2 commits
  8. 30 Jul, 2019 1 commit
  9. 29 Jul, 2019 4 commits
    • JC Brand's avatar
      Honour the `auto_login` flag · afa25434
      JC Brand authored
      by not logging in automatically when `auto_login` is `false` and we're
      using anonymous, external or prebind authentication.
      
      For `authentication` set to `login` the situation is much more
      ambiguous, since we don't have a clear distinction between wether we're
      restoring a previous session (`keepalive`) or whether we're
      automatically setting up a new session (`auto_login`).
      
      So currently if *either* `keepalive` or `auto_login` is `true` and
      `authentication` is set to `login`, then Converse will try to log the
      user in.
      afa25434
    • JC Brand's avatar
      Don't query MAM upon every page load. · f12c024b
      JC Brand authored
      Instead we should only query for newly created chats.
      f12c024b
    • JC Brand's avatar
      Don't keep on refetching roster if the service is unavailable · 8bd72eed
      JC Brand authored
      `sendIQ` now takes a flag to turn of rejection of the promise and to
      resolve on error IQs instead.
      8bd72eed
    • JC Brand's avatar
      Update JSDoc strings. Combine two methods · bdbcec65
      JC Brand authored
      bdbcec65