- 10 Apr, 2015 3 commits
-
-
JC Brand authored
* Unsubscribing * Incoming subscription requests. Noticed that it's not necessary to call "unauthorize" when setting subscription="remove".
-
JC Brand authored
-
JC Brand authored
Did a bit of renaming and fixed a bug in updateContact where a user wasn't created when it should have been.
-
- 09 Apr, 2015 9 commits
- 08 Apr, 2015 8 commits
-
-
JC Brand authored
* Fixed a bug in the process which prevented "to" contacts from being shown as existing. * Add "to" or "both" as classes on the contacts to indicate their subscription status. * Delete roster handlers in tearDown method to avoid them being registered multiple times.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Also update changelog and fix some linting errors. Fixes #360
-
JC Brand authored
Adding 'rooms' API
-
JC Brand authored
fixes #364
-
JC Brand authored
Already testing the first 3 sections of RFC-3921 section 8.2 "User subscribes to contact".
-
JC Brand authored
-
- 07 Apr, 2015 2 commits
-
-
JC Brand authored
Also, added code to acknowledge a subscription being accepted. See https://xmpp.org/rfcs/rfc3921.html#substates-ack
-
JC Brand authored
-
- 06 Apr, 2015 6 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Refactor out the code for sending an IQ to add a roster contact. And then call that from acceptRequest.
-
JC Brand authored
Some changes to presenceHandler and handleIncomingSubscriptions to avoid using strophe.roster as well as to remove duplicate code.
-
JC Brand authored
Still part of the refactoring of strophe.roster.
-
JC Brand authored
The goal being to be able to remove strophe.roster completely.
-
- 05 Apr, 2015 3 commits
- 04 Apr, 2015 3 commits
- 03 Apr, 2015 1 commit
-
-
Florian Cargoët authored
-
- 02 Apr, 2015 3 commits
-
-
JC Brand authored
* Update the docs to mention the new ``authentication`` option. * Update failing tests due to ``prebind`` being replaced with ``authentication``. * Rename 'manual' value for authentication to 'login' since it's used in both manual and auto cases.
-
JC Brand authored
Conflicts: converse.js
-
JC Brand authored
This caused a bug whereby a chat box would open only on chat state notifications. Also refactored the chats.open and chats.get methods so that they now reuse the same map function and so that chats.get can now return any chat box and not just already open ones. Updated the tests to properly test this and updated the docs.
-
- 01 Apr, 2015 2 commits