1. 18 Dec, 2019 4 commits
  2. 17 Dec, 2019 4 commits
  3. 11 Dec, 2019 7 commits
  4. 10 Dec, 2019 1 commit
    • JC Brand's avatar
      chatboxviews: Remove ineffectual override · 8125eaed
      JC Brand authored
      `initStatus` is no longer on the `_converse` object, so the override
      wasn't being applied and chat boxes get closed when the
      `clearSession` event fires.
      8125eaed
  5. 09 Dec, 2019 2 commits
    • JC Brand's avatar
      muc-views: no need to set nickname before calling join · 306748fe
      JC Brand authored
      It was in any case setting the wrong key, should've been `nick`
      306748fe
    • JC Brand's avatar
      muc: refactor MUC joining · 3d3738f3
      JC Brand authored
      We now distinguish more clearly between joining and re-joining a MUC.
      
      The `enterRoom` method has been refactored away.
      
      Instead, `join` or `rejoin` should be used, depending on the circumstances.
      
      Don't fetch cached occupants in the `initialize` function, instead, only fetch
      them if we're restoring a MUC that we're still connected to.
      
      If we're not restoring a still-connected MUC, then we clear the
      occupants cache, and the messages cache if `clear_messages_on_reconnection` is `true`.
      
      updates #1807
      updates #1808
      3d3738f3
  6. 06 Dec, 2019 3 commits
  7. 05 Dec, 2019 5 commits
  8. 04 Dec, 2019 2 commits
  9. 03 Dec, 2019 7 commits
  10. 02 Dec, 2019 3 commits
  11. 29 Nov, 2019 2 commits