- 26 Jul, 2016 15 commits
-
-
JC Brand authored
when calling `converse.rooms.open`.
-
JC Brand authored
It's not stable yet and XMPP server support is very patchy. However, the nickname form work can be merged into master.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
We now need to mock some extra XMPP stanzas being received when a user enters a chat room in tests.
-
JC Brand authored
when they enter a chat room. If they have, we'll use that, otherwise we render a form where they can specify their nick. Some chat room tests now fail and still need to be fixed.
-
JC Brand authored
This change is with an eye on supporting reserved nicknames, in which case the user who has a reserved nickname won't have to choose a nick upon joining a room.
-
JC Brand authored
-
JC Brand authored
because we don't always have a jid...
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 25 Jul, 2016 3 commits
- 24 Jul, 2016 1 commit
-
-
JC Brand authored
You can now provide the JID of the server either via `converse.initialize` or via `converse.user.login`.
-
- 18 Jul, 2016 3 commits
- 05 Jul, 2016 2 commits
- 02 Jul, 2016 2 commits
- 01 Jul, 2016 1 commit
-
-
JC Brand authored
-
- 30 Jun, 2016 1 commit
-
-
JC Brand authored
due for example to it being called by an event handler.
-
- 24 Jun, 2016 1 commit
-
-
JC Brand authored
-
- 23 Jun, 2016 1 commit
-
-
JC Brand authored
-
- 22 Jun, 2016 3 commits
-
-
JC Brand authored
-
JC Brand authored
to ensure naming consistency, we have the same method on `ChatRoomView`.
-
JC Brand authored
Move init of RosterGroups collection and presenceHandler registration out of the controlbox and rosterview plugins and into core, since this code is generally useful (indeed necessary) even without those plugins.
-
- 21 Jun, 2016 3 commits
- 20 Jun, 2016 3 commits
- 17 Jun, 2016 1 commit
-
-
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.
-