1. 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
  2. 06 Dec, 2019 3 commits
  3. 05 Dec, 2019 5 commits
  4. 04 Dec, 2019 2 commits
  5. 03 Dec, 2019 7 commits
  6. 02 Dec, 2019 3 commits
  7. 29 Nov, 2019 18 commits