- 12 Sep, 2014 3 commits
-
-
JC Brand authored
-
JC Brand authored
and thereby fix bug with directInvites.
-
JC Brand authored
When re-attaching to an existing session, chat rooms are fetched from sessionStorage and we join them again. However, unless we send a presence of type unavailable before reloading the page, from the XMPP server's perspective we never left the chat room. It therefore doesn't send us again the room occupants or room messages. To send a presence of type unavailable is a hack and not desireable. Rather, we want to stay in the room and just re-attach to it upon page reload. In order to do this, we need some new functionality. * Refactor the chat room sidebar into a new Backbone Model/View combo. (done). * Store/fetch room occupants in/from sessionStorage (done). * Store/fetch room messages in/from sessionStorage (not yet done). * Instead of re-joining a chat room which we never left, just register the event handlers again. (not yet done).
-
- 07 Sep, 2014 2 commits
- 06 Sep, 2014 13 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
When calling require from within HTML, then don't use data-main, but instead load main.js via a require call. See here: http://requirejs.org/docs/api.html#data-main
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Makes it easier to integrate converse.js into other bower/require projects.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
onChatRoomPresence and showStatusMessages have been refactored to give more detailed information and to also show the reasons given to actions taken by moderators.
-
- 05 Sep, 2014 3 commits
- 04 Sep, 2014 1 commit
-
-
JC Brand authored
-
- 03 Sep, 2014 7 commits
- 02 Sep, 2014 3 commits
- 01 Sep, 2014 1 commit
-
-
JC Brand authored
-
- 31 Aug, 2014 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
updates #215
-
JC Brand authored
-
JC Brand authored
* Filter by both fullname and jid when searching for users to invite. * Combine the confirm and prompt popups into a single confirm popup. * Bugfix in groups filter. Make sure to show group that were previously filtered out.
-
JC Brand authored
-
JC Brand authored
-