- 04 Aug, 2013 4 commits
-
-
JC Brand authored
Conflicts: index.html
-
JC Brand authored
-
JC Brand authored
Messages sent between two Gtalk accounts weren't being received.
-
JC Brand authored
Users without roster contacts didn't have XMPPStatus.initStatus called and therefore had a default status of offline. Fixed this by setting the status to online from the start. The fetch command will get the true status from localStorage (if available). Made sure that the rest of converse's onConnected code is called in the callback from fetch (so that we know the user's status is correct). Updated and fixed tests.
-
- 02 Aug, 2013 5 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
On Plone I've been having issues with event handlers being registered on elements not yet added to the DOM not being called. Also, get rid of the misnamed $parent attribute on the panels. Instead, pass in the correct parent to initialize.
-
- 01 Aug, 2013 1 commit
-
-
JC Brand authored
-
- 30 Jul, 2013 12 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Conflicts: build.js converse.min.css converse.min.js docs/doctrees/environment.pickle docs/html/searchindex.js index.html
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
otherwise the optimizer doesn't include it
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 29 Jul, 2013 11 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
With jquery > 1.8.3, $(window).trigger('focus') doesn't trigger the handler. Manually focusing the window does however trigger the handler.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- it calls 'bower update' and then 'make normal' inside the strophe dir.
-
JC Brand authored
-
JC Brand authored
This should make it easier to create custom builds, e.g. with more or less dependencies.
-
JC Brand authored
-
JC Brand authored
- Also added bower.json with all 3rd party dependencies specified - And .bowerrc to specify components dir
-
- 28 Jul, 2013 7 commits