- 22 Jun, 2015 5 commits
-
-
https://github.com/thierrytiti/converse.jsJC Brand authored
Merge branch 'i18n-momentjs' of https://github.com/thierrytiti/converse.js into thierrytiti-i18n-momentjs Conflicts: converse.js Also refactored the code to adhere to the style guide.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
This is to deal with reconnects. Originally @thierrytiti checked for `connection.connected` but I think that might still pose a problem when reconnecting is in process and the user is not yet authenticated again. This makes pull request #426 unnecessary.
-
JC Brand authored
-
- 21 Jun, 2015 1 commit
-
-
JC Brand authored
- Add new config option csi_waiting_time for CSI support. - The auto_away and auto_xa options won't send out CSI stanzas if csi_waiting_time is 0 - Update docs and add tests for both features.
-
- 19 Jun, 2015 4 commits
-
-
JC Brand authored
I recently added keepalive functionality to Strophe, similar to what was already in converse.js. It's stable enough now that we can rely on it instead.
-
JC Brand authored
This is because "pagehide" is fired in more situations and because unload is not supported on mobile Safari.
-
JC Brand authored
We "use strict" outside of the function that gives issues on Safari.
-
JC Brand authored
-
- 16 Jun, 2015 1 commit
-
-
eflorent authored
At some point an improbable condition reached a typographic error.
-
- 15 Jun, 2015 2 commits
- 11 Jun, 2015 5 commits
- 07 Jun, 2015 3 commits
- 05 Jun, 2015 5 commits
- 04 Jun, 2015 4 commits
- 03 Jun, 2015 3 commits
- 02 Jun, 2015 1 commit
-
-
JC Brand authored
-
- 01 Jun, 2015 1 commit
-
-
JC Brand authored
-
- 31 May, 2015 5 commits
-
-
JC Brand authored
-
JC Brand authored
- TrimChats was called before a newly maximized chat had its final width which prevented it from working as intended. - We cannot check for available space by using the width of the #conversejs element anymore, since it now has variable (auto) width. So we check against the body width instead.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-