1. 18 Jun, 2015 1 commit
  2. 15 Jun, 2015 2 commits
  3. 11 Jun, 2015 5 commits
  4. 07 Jun, 2015 3 commits
  5. 05 Jun, 2015 5 commits
  6. 04 Jun, 2015 4 commits
  7. 03 Jun, 2015 3 commits
  8. 02 Jun, 2015 1 commit
  9. 01 Jun, 2015 1 commit
  10. 31 May, 2015 5 commits
  11. 29 May, 2015 5 commits
  12. 28 May, 2015 3 commits
  13. 27 May, 2015 2 commits
    • JC Brand's avatar
      Various bugfixes. · 47e00ae0
      JC Brand authored
      - HAS_CSI might be called before features have been received. Instead, set a
        flag whenever a feature is received and check for that flag.
      - Converse.ping was sending stanzas to the bare jid instead of to the domain.
      - The handler that updates the date the last stanza was received must return
        true so that it gets called again.
      - Only register the Pong handler if Ping is enabled.
      - Rename lastMessage to lastStanzaDate to make it more clear.
      47e00ae0
    • JC Brand's avatar
      Linting and code formatting. · e0a58efc
      JC Brand authored
      Also use and add a Strophe namespace for CSI.
      e0a58efc