- 12 Aug, 2016 7 commits
-
-
JC Brand authored
-
JC Brand authored
Problem was a race condition between hide and show methods. Solution was to not hide the chat box during the initialize method.
-
JC Brand authored
For each user we keep a list of currently online resources. These resources were taken from both presence and message stanzas. Receiving a message doesn't however indicate that the user is online, especially in the case of archived messages. This also abused the semantics of messages, which are meant to indicate user presence.
-
JC Brand authored
- Send chat state notifications with type groupchat for MUC. - Don't show own chat state notifications if received from the server.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 11 Aug, 2016 5 commits
-
-
JC Brand authored
The goal is to eventually remove bower as a dependency.
-
JC Brand authored
This option is by default set to `true` which entails no changes in behavior compared to previous versions of converse.js. If set to `false`, then rooms first need to be configured before they can be joined by other users (so-called "reserved" rooms). More info on "instant" and "reserved" rooms here: http://xmpp.org/extensions/xep-0045.html#createroom
-
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`.
-