Guillermo Bonvehí
69ccdc9a85
Add more field types to MUC config
...
Added support for fixed, jid-multi and list-multi types.
2014-11-13 18:18:32 -03:00
Deuteu
9a8d1921c7
Multiple bind
...
Restoring a chatbox wasnt unbinding event then the unread counter for a chatbox was multiply by the time you minized it.
2014-11-13 10:56:52 +01:00
JC Brand
572b3e8d74
Use 'extend' instead of 'override'. updates #46
2014-11-09 21:27:08 +01:00
JC Brand
25b56e3538
Rename "buddy" to "contact". Fixes #226
2014-11-09 18:07:06 +01:00
JC Brand
1bb7900bdd
Update changelog
2014-11-09 13:11:05 +01:00
JC Brand
6100aaf114
Refactor the API. updates #46
...
API methods now consist of simple accessors and mutators that are logically
grouped.
2014-11-09 13:06:09 +01:00
JC Brand
36db4c8b27
Merge branch 'master' into plugin-api
2014-11-08 16:59:25 +01:00
JC Brand
e1efb6042e
Bugfix. Previous commit didn't take closed chat boxes into consideration
2014-11-08 16:58:42 +01:00
JC Brand
dc31057cb9
Bugfix. Don't show duplicate messages.
2014-11-08 15:53:29 +01:00
JC Brand
eeec4ebc76
Merge branch 'master' of github.com:jcbrand/converse.js
2014-11-08 15:35:51 +01:00
JC Brand
3ab1ad88dd
Use namespace const
2014-11-08 15:34:12 +01:00
JC Brand
0dcfb739a3
Merge pull request #276 from gbonvehi/fix-roster-no-route
...
Fix old roster.js missing route parameter on connect
2014-11-08 13:12:29 +01:00
Guillermo Bonvehí
fceccf3e96
Fix old roster.js missing route parameter on connect
2014-11-07 15:57:28 -03:00
JC Brand
95cbac27b0
new no-jquery builds
2014-10-30 15:27:09 +01:00
JC Brand
7bdb7ae5aa
Revert "Small change to remove need for jquery-private-external.js updates #269 "
...
This reverts commit d33faa53d0
.
Conflicts:
src/build-no-jquery.js
2014-10-30 15:25:53 +01:00
JC Brand
57d903fd97
Remove config settings which are already in main.js file.
2014-10-30 15:24:32 +01:00
JC Brand
2df209363a
New builds. updates #269
2014-10-30 12:02:07 +01:00
JC Brand
d33faa53d0
Small change to remove need for jquery-private-external.js updates #269
2014-10-30 11:57:25 +01:00
JC Brand
992b35bd2c
Merge pull request #269 from gbonvehi/master
...
New build that does not include jQuery
2014-10-30 11:54:39 +01:00
JC Brand
147e62d000
Don't increment unread msgs counter for <paused> chat state.
...
Also update release notes. updates #267
2014-10-30 11:48:58 +01:00
JC Brand
0f06902bf4
Merge pull request #267 from Deuteu/message-counter-fixes
...
Fix num_unread*2 on minimized chat
2014-10-30 11:06:26 +01:00
Guillermo Bonvehí
75c68a0dad
New build that does not include jQuery
...
This is useful when you already have jQuery loaded in your page, for
example on a Wordpress site.
2014-10-29 15:47:28 -03:00
JC Brand
1243d8e3a0
Merge pull request #268 from gbonvehi/master
...
Fix locale set during initialize not being used in utils.translation
2014-10-29 18:51:03 +01:00
Guillermo Bonvehí
5620f007ea
Fix locale set during initialize not being used in utils.translation
2014-10-29 13:13:54 -03:00
Deuteu
c9e031e1c6
Fix num_unread*2 on minimized chat
...
When chat was minimized the counter num_unread of unread message was increment when receiving a compose message so the number of unread messages was doubled.
2014-10-29 13:53:08 +01:00
JC Brand
ac6f2590ca
Generated new builds
2014-10-28 18:21:36 +01:00
JC Brand
96b6b55257
Update CHANGES
2014-10-28 18:19:24 +01:00
JC Brand
52cabd0d23
Merge branch 'profiling'
2014-10-28 18:12:50 +01:00
JC Brand
299fa033d3
Merge pull request #264 from Deuteu/ie8
...
[UNTESTED] Remove unnecessary commas for ie8 compatibility
2014-10-28 18:12:04 +01:00
JC Brand
25c18ee7ed
Restore index.html (dev version got committed earlier)
2014-10-28 18:09:58 +01:00
JC Brand
682cc8471a
Update main.js to work properly with mainConfigFile
2014-10-28 18:02:17 +01:00
JC Brand
ac0862c5e6
Add config for creating non-minified builds. refs #251
2014-10-28 17:43:39 +01:00
JC Brand
6f7fb8356a
Use mainConfigFile option to avoid having to configure paths again.
2014-10-28 17:40:18 +01:00
JC Brand
9c4e7779f0
Fix github url to use https instead of ssh
2014-10-28 16:20:33 +01:00
JC Brand
55e32c735d
Fix tests
2014-10-27 23:06:11 +01:00
JC Brand
7e4c1d6d8d
Keep a local customized copy of strophe.roster.js
...
The new changes made to strophe.roster.js are incompatible with the way
converse.js works.
Will likely replace strophe.roster.js completely.
2014-10-27 21:54:00 +01:00
JC Brand
37eefa67d0
Performance fix. Don't query for the roster on each page load.
...
Instead, just populate the roster from sessionStorage if available.
2014-10-27 21:53:05 +01:00
JC Brand
b2b4474439
Performance fix. Don't loop through whole roster when only one item changed. updates #151
2014-10-27 21:41:41 +01:00
JC Brand
c2063eb1a7
Keep on getting disconnected. This fixed it.
...
Seems like the RID gets incremented once too many (outside of upper bound of
expected window), and then server responds with item-not-found.
See: http://xmpp.org/extensions/xep-0124.html
2014-10-27 21:35:25 +01:00
JC Brand
ec00a04068
Bugfix. .roster-group elements must be found relative to
2014-10-27 21:35:06 +01:00
JC Brand
8998a057da
Make sure that subscribeToRosterSuggestions is ...
...
called sequentially with enough time between each call.
2014-10-27 18:48:54 +01:00
JC Brand
d03a9a0192
bugfix in positionGroup.
...
Index must always be 0 if there aren't any group elements in the dom yet.
2014-10-26 23:13:04 +01:00
JC Brand
902e833dec
Some refactoring. Add showInRoster method
...
which checks if a contact should appear in the roster (depends on
show_only_online_users setting)
2014-10-26 23:10:43 +01:00
JC Brand
07186bcecd
Performance fix. Set display "none" on the roster element.
2014-10-26 20:20:05 +01:00
JC Brand
015367af62
Add another profiling method for adding users without groups
2014-10-26 17:12:59 +01:00
JC Brand
695c8f441d
Minimize debounce time for update method to 100ms.
2014-10-26 17:10:58 +01:00
Deuteu
30ccc0437c
Remove unnecessary commas for ie8 compatibility
2014-10-26 15:52:27 +01:00
JC Brand
2f968f7095
More optimizations.
...
Don't sort the global ContactRosters collection (we only need to sort the
individual groups).
Only add the roster to the DOM once the users have been added.
2014-10-25 12:33:24 +02:00
JC Brand
3d32bfefc3
Don't add test users alphabetically, but rather randomly
2014-10-25 12:33:08 +02:00
JC Brand
f4ff6370b9
Performance fix. Debounce the update method on the roster.
2014-10-25 09:57:05 +02:00