- 13 Jun, 2016 2 commits
- 10 Jun, 2016 5 commits
-
-
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 5 commits
- 27 May, 2016 5 commits
-
-
Kamran authored
* Updated onDisconnected method to fire disconnected event. Issue #648 * Updated docs/CHANGES.md
-
JC Brand authored
Also, don't call scrollDown unnecessarily in showStatusMessages
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
so that we don't scroll down while the user is reading messages further up.
-
- 26 May, 2016 1 commit
-
-
JC Brand authored
This lets variable interpolation still work (if Jed is loaded)
-
- 25 May, 2016 1 commit
-
-
JC Brand authored
-