1. 10 Jan, 2020 5 commits
  2. 09 Jan, 2020 20 commits
  3. 08 Jan, 2020 3 commits
  4. 07 Jan, 2020 4 commits
  5. 06 Jan, 2020 2 commits
  6. 26 Dec, 2019 1 commit
    • Yaskhan's avatar
      Update converse-mam.js · 1653c1ae
      Yaskhan authored
      I think why do not come archives from group chats, and it turns out that you need to add "groupchat" in options. I spent half an hour searching in the documentation, and half an hour searching in the convers tests. And finally found in tests.
      1653c1ae
  7. 20 Dec, 2019 1 commit
  8. 19 Dec, 2019 2 commits
  9. 18 Dec, 2019 2 commits
    • JC Brand's avatar
      Fixes #1735: Chatboxes stay empty after logging out and in again · da319604
      JC Brand authored
      The problem was that the `emojisInitialized` promise was re-created upon
      logout and then no longer resolved upon subsequent login.
      
      The `_converse.api.promises.add` method now takes another parameter
      `replace` which determine whether it should be replaced upon logout or
      not.
      
      The `emojisInitialized` promise will now not get replaced.
      da319604
    • JC Brand's avatar
      Set VCards via events, thereby reducing coupling · 8b6c902c
      JC Brand authored
      - Rename `chatRoomOpened` event to `chatRoomViewInitialized`
      - Rename `chatBoxInitialized` to `chatBoxViewInitialized` and trigger only for `ChatBoxView` instances.
      - New event `headlinesBoxViewInitialized`
      - Trigger the `chatBoxInitialized` event when a new `_converse.ChatBox` is opened.
      8b6c902c