- 09 Jan, 2015 2 commits
-
-
JC Brand authored
Also, fixed all broken tests.
-
JC Brand authored
- Don't add a timeout for the GONE state. - Change state to GONE when the user closes the chat box. - Change the state to inactive when the user minimizes the chat box. - Change the state to active when the users maximizes the chat box. - Add more tests for chat states.
-
- 01 Jan, 2015 5 commits
-
-
JC Brand authored
-
JC Brand authored
Converse.js will now send chat state notifications of <paused>, <inactive> and <gone> when the user has stopped typing for 30 seconds, 2 minutes and 10 minutes respectively.
-
JC Brand authored
-
JC Brand authored
removes need to modify index.html all the time.
-
JC Brand authored
-
- 31 Dec, 2014 9 commits
- 20 Dec, 2014 6 commits
- 18 Dec, 2014 1 commit
-
-
JC Brand authored
-
- 13 Dec, 2014 8 commits
- 12 Dec, 2014 5 commits
- 11 Dec, 2014 4 commits
-
-
Mohammad Javad Naderi authored
When clicking on restore button for a minimized chat, the page's hash will change to `#`. It may cause problems for web apps that listen to changes in page's hash. When `immediate` argument of `debounce` function is not set, `ev` is null and ev.preventDefault() will not be called.
-
JC Brand authored
Always show pending/requesting users in roster
-
Guillermo Bonvehí authored
-
Guillermo Bonvehí authored
Even if show_only_online_users or hide_offline_users are set, show users that are pending or requesting
-