1. 03 Mar, 2018 1 commit
  2. 02 Mar, 2018 10 commits
  3. 22 Feb, 2018 4 commits
  4. 21 Feb, 2018 3 commits
  5. 19 Feb, 2018 4 commits
  6. 14 Feb, 2018 9 commits
  7. 13 Feb, 2018 3 commits
  8. 10 Feb, 2018 2 commits
  9. 09 Feb, 2018 4 commits
    • JC Brand's avatar
      Add dist/converse-muc-embedded.js · e8dd75a1
      JC Brand authored
      e8dd75a1
    • JC Brand's avatar
      Make `converse-muc-embedded` a core plugin. · 2d746d2a
      JC Brand authored
      1. Add a new `view_mode` value: `embedded`.
      
         This value is used to determine wether the `converse-muc-embedded`
         plugin is active or not.
      
      2. Remove the need for the #converse-embedded-chat element.
      
         Instead we reuse the #conversejs element and embed inside that.
      
      3. Removed the need to manually blacklist core plugins
      
         This is now done automatically if `view_mode` is set to `embedded`.
         Perhaps eventually we don't blacklist at all and instead use the
         `enable` plugin method. For some that probably won't work, like
         `converse-chatview`, which we still need to be active.
      2d746d2a
    • JC Brand's avatar
      Set `auto_reconnect` to `true` by default. · 56aa45b1
      JC Brand authored
      56aa45b1
    • JC Brand's avatar
      Set `converse` on the window and trigger an event after loaded. · ba9c3b01
      JC Brand authored
      Setting it on `window` is necessary to have it available inside a
      webcomponent.
      
      Triggering an event is necessary so that we don't call
      `converse.initialize` too early.
      ba9c3b01