- 17 Jun, 2016 2 commits
- 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 8 commits
-
-
JC Brand authored
-
JC Brand authored
they might be MAM archived messages. Fixes #650
-
JC Brand authored
-
JC Brand authored
So that they're not stored in MAM.
-
JC Brand authored
so that they're not stored in MAM and not forwarded. updates #553
-
JC Brand authored
because the archive ids of messages weren't being stored.
-
JC Brand authored
-
JC Brand authored
-
- 28 May, 2016 1 commit
-
-
JC Brand authored
-