- 11 Aug, 2016 3 commits
-
-
JC Brand authored
See https://github.com/jcbrand/pluggable.js
-
JC Brand authored
so that plugins can have a different mechanism for determining the default nick.
-
JC Brand authored
which if set to `true` will let converse.js automatically take the node part of a user's JID as their nickname when entering a room. If there is a nickname clash, then the nickname will be disambiguated by adding integers to it. For example, john will become john-1, then john-2 and so forth.
-
- 07 Aug, 2016 1 commit
-
-
Serge Victor authored
-
- 28 Jul, 2016 3 commits
- 26 Jul, 2016 20 commits
-
-
JC Brand authored
Allows you to easily mention someone in your message.
-
JC Brand authored
to make sense within the context of anonymous chat.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
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.
-