1. 17 Sep, 2014 5 commits
  2. 16 Sep, 2014 1 commit
  3. 15 Sep, 2014 7 commits
  4. 12 Sep, 2014 4 commits
    • JC Brand's avatar
      95a77e3f
    • JC Brand's avatar
      Properly remove chat room occupants who leave. · c04ed35b
      JC Brand authored
      c04ed35b
    • JC Brand's avatar
      Give chatroom's occupants view a ref to the chatroom view · fa2ff46c
      JC Brand authored
      and thereby fix bug with directInvites.
      fa2ff46c
    • JC Brand's avatar
      Refactor chat rooms. · 450ce04f
      JC Brand authored
      When re-attaching to an existing session, chat rooms are fetched from
      sessionStorage and we join them again.
      
      However, unless we send a presence of type unavailable before reloading the
      page, from the XMPP server's perspective we never left the chat room.
      
      It therefore doesn't send us again the room occupants or room messages.
      
      To send a presence of type unavailable is a hack and not desireable. Rather, we
      want to stay in the room and just re-attach to it upon page reload.
      In order to do this, we need some new functionality.
      
      * Refactor the chat room sidebar into a new Backbone Model/View combo. (done).
      * Store/fetch room occupants in/from sessionStorage (done).
      * Store/fetch room messages in/from sessionStorage (not yet done).
      * Instead of re-joining a chat room which we never left, just register the event handlers again. (not yet done).
      450ce04f
  5. 07 Sep, 2014 2 commits
  6. 06 Sep, 2014 13 commits
  7. 05 Sep, 2014 3 commits
  8. 04 Sep, 2014 1 commit
  9. 03 Sep, 2014 4 commits