1. 26 Jun, 2019 2 commits
  2. 25 Jun, 2019 8 commits
  3. 20 Jun, 2019 6 commits
  4. 19 Jun, 2019 7 commits
  5. 18 Jun, 2019 8 commits
  6. 17 Jun, 2019 3 commits
  7. 16 Jun, 2019 3 commits
  8. 14 Jun, 2019 3 commits
    • JC Brand's avatar
      Use setTimeout instead of listening for `animationend` · a19e35d1
      JC Brand authored
      For some reason the latter causes extreme lag when switching rooms
      a19e35d1
    • Nÿco's avatar
      Double "your" · 137b40d4
      Nÿco authored
      Removed one occurrence
      137b40d4
    • JC Brand's avatar
      Reconnection fixes. · 83201e7c
      JC Brand authored
      When reconnecting with a new transport, we call setUserJID
      so that a new resource is generated, to avoid multiple
      server-side sessions with the same resource.
      
      We also call `_proto._doDisconnect` so that connection event handlers
      for the old transport are removed.
      83201e7c