1. 03 May, 2019 2 commits
    • JC Brand's avatar
      Fixes #1550 · 52ea8d5a
      JC Brand authored
      Legitimate carbons messages blocked due to erroneous forgery check
      52ea8d5a
    • supun19's avatar
      Doc rooms api (#1551) · eec51f9d
      supun19 authored
      * Rooms Api
      number of parameters in the documentation was made 2 from 3 as api which is used to open a room with default configuration has only 2 parameters.
      eec51f9d
  2. 02 May, 2019 3 commits
  3. 29 Apr, 2019 3 commits
  4. 27 Apr, 2019 3 commits
  5. 25 Apr, 2019 3 commits
  6. 24 Apr, 2019 4 commits
  7. 23 Apr, 2019 5 commits
  8. 22 Apr, 2019 5 commits
  9. 19 Apr, 2019 2 commits
  10. 18 Apr, 2019 8 commits
  11. 16 Apr, 2019 2 commits
    • JC Brand's avatar
      Remove deprecated API methods · d2166ce3
      JC Brand authored
      since the next release will be a major one.
      d2166ce3
    • JC Brand's avatar
      Add `force` parameter to `_converse.chats.open` · ee78ec13
      JC Brand authored
      This changes the API method's current behavior by not automatically
      maximizing (in `overlayed` view mode) or bringing a background chat into
      foreground (in `fullscreen` view mode). Instead `force` needs to be set
      to `true` for that to happen.
      ee78ec13