- 21 Sep, 2016 3 commits
- 20 Sep, 2016 1 commit
-
-
JC Brand authored
So that we can also fetch the roster also without the controlbox and rosterview.
-
- 16 Sep, 2016 3 commits
- 12 Sep, 2016 1 commit
-
-
JC Brand authored
-
- 31 Aug, 2016 3 commits
- 23 Aug, 2016 9 commits
-
-
JC Brand authored
When it's not possible to reconnect due to password no longer being cached, render the login form. Fixed a bug whereby after one failed reconnection event, reconnection becomes impossible (due to 'connection' state of the controlbox).
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Fall back to working version.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
This allows for better desktop notification messages. Also improved the wording for some of the feedback messages.
-
- 21 Aug, 2016 3 commits
- 19 Aug, 2016 3 commits
- 18 Aug, 2016 3 commits
-
-
JC Brand authored
-
JC Brand authored
Send a <paused/> notification after 10 seconds, instead of 20. Auto-remove a typing notification in the chat box after 20 secs instead of 10. This is to avoid situations where the status notification gets auto-removed while the typer keeps on typing without long enough breaks in between for <pause/> states, thereby causing the recipient to not be aware that they're still typing.
-
JC Brand authored
-
- 12 Aug, 2016 8 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Problem was a race condition between hide and show methods. Solution was to not hide the chat box during the initialize method.
-
JC Brand authored
For each user we keep a list of currently online resources. These resources were taken from both presence and message stanzas. Receiving a message doesn't however indicate that the user is online, especially in the case of archived messages. This also abused the semantics of messages, which are meant to indicate user presence.
-
JC Brand authored
- Send chat state notifications with type groupchat for MUC. - Don't show own chat state notifications if received from the server.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 11 Aug, 2016 3 commits
-
-
JC Brand authored
The goal is to eventually remove bower as a dependency.
-
JC Brand authored
This option is by default set to `true` which entails no changes in behavior compared to previous versions of converse.js. If set to `false`, then rooms first need to be configured before they can be joined by other users (so-called "reserved" rooms). More info on "instant" and "reserved" rooms here: http://xmpp.org/extensions/xep-0045.html#createroom
-
JC Brand authored
See https://github.com/jcbrand/pluggable.js
-