- 21 Jun, 2016 3 commits
- 20 Jun, 2016 3 commits
- 17 Jun, 2016 4 commits
-
-
JC Brand authored
In some cases the element is not visible,but we want to set 'display: None' regardless, for example in cases where you only want one single chat of multiple to be visible at any one time, while hiding it behind a sidebar.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to indicate whether the room should be created if not found.
-
- 16 Jun, 2016 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
By listening for this event before registering event handlers, other plugins can first get their overrides of those handlers applied.
-
JC Brand authored
because the method it was delegating to was applicable to private chats only.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 13 Jun, 2016 3 commits
- 10 Jun, 2016 6 commits
-
-
amanzur authored
* online users count issue-656 * change log entry added for issue 656
-
JC Brand authored
-
JC Brand authored
when trimming chats.
-
JC Brand authored
by not attempting to load `optional_dependencies` via require.js. Instead, we just expect them to be plugins and to have been loaded already.
-
JC Brand authored
and use that in the tests, instead of a callback.
-
JC Brand authored
This change refactors out the plugin code from converse-core into src/converse-puggable.js Additionally, plugins now have an optional attribute `optional_dependencies` which is an array of dependencies which are "nice-to-have" but not essential. Work has also been done to ensure that a plugins' dependencies are first loaded before the plugin itself.
-
- 06 Jun, 2016 3 commits
- 03 Jun, 2016 4 commits
- 01 Jun, 2016 1 commit
-
-
JC Brand authored
We already emit an event when the roster is fetched from the XMPP server, similarly, it would be useful to know when the roster was instead fetched from the cache.
-
- 31 May, 2016 5 commits
-
-
JC Brand authored
if it's defined, then we want the extra check that the jids match, otherwise we might be attaching to someone else's session.
-
JC Brand authored
-
JC Brand authored
Don't <show> 'offline'. Only include status_message when explicitly passed in as a string.
-
JC Brand authored
-
JC Brand authored
-
- 30 May, 2016 1 commit
-
-
JC Brand authored
-