JC Brand
838ad13605
Merge branch 'master' into roster_refactor
...
Conflicts:
converse.js
2015-04-10 01:30:02 +02:00
JC Brand
6ef2e50387
Merge branch 'anon_login'
2015-04-09 14:09:26 +02:00
JC Brand
2e11f99d82
Bugfix. Also make sure to remove previous from/to class
2015-04-09 10:35:12 +02:00
JC Brand
c05d17ca25
Expand the protocol tests.
...
* 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.
2015-04-08 19:51:33 +02:00
JC Brand
eb00dcd44a
Bugfix. Paths to sound files should be absolute.
2015-04-08 17:22:49 +02:00
JC Brand
995c5fdb44
Make release 0.9.2
2015-04-08 13:41:31 +02:00
JC Brand
b177a6a7a0
Bugfix for incorrect roster height when allow_contact_requests=false.
...
Also update changelog and fix some linting errors.
Fixes #360
2015-04-08 13:12:29 +02:00
JC Brand
c7bf1713d8
Add new spec protocol for testing the XMPP protocol.
...
Already testing the first 3 sections of RFC-3921 section 8.2 "User subscribes to contact".
2015-04-08 10:35:14 +02:00
JC Brand
ef7605d363
More fixes after live testing of roster subscriptions.
...
Also, added code to acknowledge a subscription being accepted.
See https://xmpp.org/rfcs/rfc3921.html#substates-ack
2015-04-07 20:04:27 +02:00
JC Brand
96396fdc6e
A few fixes after some "real world" tests.
2015-04-07 18:23:45 +02:00
JC Brand
330b1434bd
Completely remove strophe.roster as a dependency.
2015-04-06 20:55:38 +02:00
JC Brand
a4475a5459
Stop using strophe.roster in unsubscribe method.
2015-04-06 13:52:58 +02:00
JC Brand
7f8da77133
See below.
...
Refactor out the code for sending an IQ to add a roster contact.
And then call that from acceptRequest.
2015-04-06 13:43:27 +02:00
JC Brand
5b0a88ccdb
Some more refactoring so that we can remove strophe.roster.
...
Some changes to presenceHandler and handleIncomingSubscriptions to avoid using
strophe.roster as well as to remove duplicate code.
2015-04-06 13:41:48 +02:00
JC Brand
1ea770c79a
Add the ability to reject presence subscriptions.
...
Still part of the refactoring of strophe.roster.
2015-04-06 12:26:08 +02:00
JC Brand
f380e11851
Initial refactoring of roster and presence subscriptions.
...
The goal being to be able to remove strophe.roster completely.
2015-04-06 11:10:05 +02:00
JC Brand
18fd854dc4
Remove unnecessary return statement and expression.
2015-04-05 17:09:14 +02:00
pzia
4df2058cd1
Adding 'rooms' API (see jcbrand/converse.js#355 )
2015-04-05 08:22:10 +02:00
JC Brand
df0c55ed4d
Merge branch 'master' into anon_login
2015-04-04 11:32:22 +02:00
Florian Cargoët
a9a4935ed9
Fix a timeout bug in chat state notifications
2015-04-03 09:47:31 +02:00
JC Brand
a2be2567d2
Allow auto_login also with a provided jid and password.
...
* 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.
2015-04-02 13:07:59 +02:00
JC Brand
a2d27ee971
Merge branch 'master' into anon_login
...
Conflicts:
converse.js
2015-04-02 12:23:13 +02:00
JC Brand
5ec7c67b50
Don't automatically show a chat box when creating it. updates #357
...
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.
2015-04-02 02:01:53 +02:00
JC Brand
a902ba2d8a
Merge pull request #357 from floriancargoet/fix/state-notifications-reopen-box
...
Fix the known bug where a state notification reopens a chat box
2015-04-02 01:46:26 +02:00
JC Brand
a68e3bdeea
Merge pull request #358 from floriancargoet/fix/shared-occupants-list
...
Fix the ChatRoomOccupants storage id
2015-04-01 23:22:52 +02:00
Florian Cargoët
400cfa38a7
Fix the ChatRoomOccupants storage id
2015-04-01 15:20:46 +02:00
Florian Cargoët
b1272a697b
Fix the known bug where a state notification reopens a chat box
2015-04-01 15:11:24 +02:00
Florian Cargoët
06c3304d0d
Fix the plugin extend function
2015-04-01 14:59:13 +02:00
JC Brand
14c09c509e
Add some consistency to how errors are thrown.
...
Add tests for contacts.add API method and make it a bit more compact.
Add entry in changelog.
update #354
2015-03-31 15:29:41 +02:00
pzia
6879405e85
Throw exception if no jid or invalid jid. ( #354 )
2015-03-30 12:02:28 +02:00
pzia
66751540da
contacts.add API to register contacts
...
- Basic test if the given jid contains @
- use jid as name if undefined
2015-03-29 18:12:23 +02:00
JC Brand
896b147a40
Prevent converse.connection.attach from being called twice
...
when using prebind and keepalive together.
2015-03-26 15:24:05 +01:00
JC Brand
b2b2b2bbc0
Enable automatic anonymous login.
2015-03-22 13:20:24 +01:00
JC Brand
4d3b4380dd
Add support for anonymous login.
2015-03-22 12:14:45 +01:00
JC Brand
7cd27a71b3
Enable automatic reconnecting when `prebind
and
prebind_url
` are
...
specified.
fixes #330
updates #333
2015-03-21 23:41:39 +01:00
JC Brand
8d818fd5fd
updates #339 .
...
* The JID is only required when using keepalive with prebind.
* Provide a logout API method.
2015-03-21 21:50:48 +01:00
JC Brand
1a670e1d47
Require that a "JID" be specified with keepalive. updates #339
2015-03-21 21:32:04 +01:00
pzia
a629e0cc61
Hide 'Server' Label when hiding server input
2015-03-17 11:27:43 +01:00
JC Brand
d0b8a3870b
Add a test to check that notifications are properly sent in chat rooms.
2015-03-16 17:27:26 +01:00
JC Brand
90e4d6cba6
Add new configuration setting "allow_contact_removal".
2015-03-09 19:47:24 +01:00
JC Brand
9dd3440f86
Add new config option prebind_url
2015-03-05 22:24:26 +01:00
JC Brand
2e3eaa5d41
Bugfix. The stanza wasn't being passed into the handlers.
2015-03-05 20:18:25 +01:00
JC Brand
6c10d2b7b2
Remove strophe.muc.js completely. closes #307
2015-03-04 23:22:19 +01:00
JC Brand
df724788fc
Two chat room bugfixes. updates #307
...
* Prevent "join" being called twice by having more finegrained connection
status for a chat room.
* The directInvite method used the wrong JID.
* Rename getRoomJID to getRoomJIDAndNick to avoid confusion.
2015-03-04 23:02:47 +01:00
JC Brand
db44a297cb
Remove the last calls to connection.muc. updates #307
2015-03-04 22:27:11 +01:00
JC Brand
3daf6d6c1a
Refactor to no longer user muc.saveConfiguration. updates #307
2015-03-01 23:57:49 +01:00
JC Brand
c893a51ac5
Rewrite the MUC commands to not use strophe.muc. updates #307
...
Also added 3 new commands, /member, /revoke, /admin
2015-03-01 20:00:11 +01:00
JC Brand
acd3463abd
Remove usage of muc.groupchat. updates #307
2015-03-01 19:22:34 +01:00
JC Brand
762e2bac04
Write a test for rooms listing.
2015-03-01 19:09:10 +01:00
JC Brand
c7d5b8b13f
Refactor to no longer call muc.listRooms. updates #307
2015-03-01 13:32:53 +01:00