JC Brand
ef8082a31d
Fixes #262 Contact requests not shown if page reloaded.
2014-11-15 14:42:56 +01:00
JC Brand
60eb7552a8
Bugfix. Only show a roster group if it has contacts in it.
2014-11-15 14:15:07 +01:00
JC Brand
3d6d14c47d
Fixes #274 Roster filtering results change with presence changes
2014-11-15 14:03:17 +01:00
JC Brand
6b88513f1d
Move render method below initialize
2014-11-15 14:01:16 +01:00
JC Brand
d007339415
Fixes #275 Custom status message doesn't reset.
2014-11-15 13:28:11 +01:00
JC Brand
fdb80e3d2c
Save the MUC domain to session storage.
...
Fixes #237
Fixes #238
2014-11-15 13:17:40 +01:00
JC Brand
6cdd793758
Update docs due to recent pull requests.
2014-11-15 11:04:33 +01:00
JC Brand
152d4886e8
Merge pull request #278 from Deuteu/message-counter-fixes
...
Multiple bind
2014-11-15 10:52:26 +01:00
JC Brand
0a57bb8a4b
Merge pull request #279 from gbonvehi/support-muc-config
...
Add more field types to MUC config
2014-11-15 10:40:25 +01:00
Guillermo Bonvehí
6ab3a7cf6b
hide_offline_users option
...
This will hide users with offline status, show_only_users still
takes precendence if enabled.
2014-11-14 15:42:27 -03:00
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
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
3ab1ad88dd
Use namespace const
2014-11-08 15:34:12 +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í
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
52cabd0d23
Merge branch 'profiling'
2014-10-28 18:12:50 +01:00
JC Brand
682cc8471a
Update main.js to work properly with mainConfigFile
2014-10-28 18:02:17 +01:00
JC Brand
55e32c735d
Fix tests
2014-10-27 23:06:11 +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
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
f4ff6370b9
Performance fix. Debounce the update method on the roster.
2014-10-25 09:57:05 +02:00
JC Brand
7e42783c62
Don't remove requesting users when clearing the roster cache. updates #262
2014-10-24 18:55:32 +02:00
JC Brand
0963f5c4d5
Add 'override' method for overriding converse Views and Models.
2014-10-22 22:17:21 +02:00
JC Brand
bb54874f35
Add extra check before accepting a passed in connection.
...
No use in using a passed in connection that's not connected.
2014-10-19 20:41:16 +02:00
JC Brand
aa2c38548c
Tweak participants' toggle so that widths don't need to be hardcoded.
2014-10-19 15:09:29 +02:00
JC Brand
35928308c8
Bugfix. "ev" isn't necessarily defined.
2014-10-15 22:56:45 +02:00
JC Brand
80b8fed6cd
New method createChatRoomMessage
2014-10-15 22:28:43 +02:00
JC Brand
b93d43d2cb
Also store message id for received messages. updates #240
2014-10-15 19:51:30 +02:00
JC Brand
a717cc464a
bugfix. msgid should be string.
2014-10-15 19:35:03 +02:00
JC Brand
a88c786991
Instead of using a hash, use milliseconds since epoch for groupchat id.
...
That way, if need be, we could sort messages.
2014-10-15 19:15:28 +02:00
JC Brand
55c57a346d
Move translation factory to utils
...
So that it can be used by plugins.
2014-10-13 22:02:55 +02:00
JC Brand
970da2acf0
Keep track of groupchat messages... fixes #240
...
by way of msgid attribute.
2014-10-13 21:15:25 +02:00
JC Brand
24cd78a78d
Call plugins after Backbone models and views have been parsed.
2014-10-12 16:24:57 +02:00
JC Brand
490f26031e
Add registerPlugin API method.
2014-10-12 14:49:45 +02:00
JC Brand
60367f82f7
Bugfix. Proxy methods to ensure proper context. updates #46
2014-10-12 11:11:28 +02:00
JC Brand
48dd0cc674
Trying to organize doc chapters a bit more logically.
2014-10-12 11:03:25 +02:00
JC Brand
5b46e27c41
Add 2 new API methods. updates #46
...
Added openChatBox and getChatBox.
2014-10-12 10:34:33 +02:00
JC Brand
8493b4f423
Add space between function name and brackets
...
to visually differentiate between function declarations and instantiations.
2014-10-10 11:05:16 +02:00
JC Brand
eaa18cc4c2
Merge branch 'master' of github.com:jcbrand/converse.js
2014-10-10 10:52:41 +02:00
Sergey Fedoseev
6e0c173f44
fix prebind reference error
2014-10-10 02:03:23 +06:00
Sergey Fedoseev
6addfdabb0
fix event prevention on chat restore
2014-10-09 20:32:24 +06:00
JC Brand
0c83ac4524
Explicitly set jQuery as a dependency of converse.js
...
Also in utils.js and otr.js (this will help reach to goal of having a private
jquery which doesn't pollute the global $ var).
2014-10-06 20:23:59 +02:00
JC Brand
5bad6b02b6
Clarify how one should use prebind and keepalive together.
2014-09-30 12:27:53 +02:00
JC Brand
64847bcb96
Add new event noResumeableSession
2014-09-26 17:20:52 +02:00
JC Brand
b803267555
Bugfix. Return after attaching with prebind data.
2014-09-24 10:57:07 +02:00
JC Brand
5bc1286a64
Take <gone> chat state into consideration.
2014-09-22 16:35:36 +02:00
JC Brand
8843910d52
Add API method to retrieve buddy attributes. fixes #223
2014-09-22 15:03:57 +02:00
JC Brand
297259fdb7
Remember toggle state of control box. updates #222
2014-09-22 13:08:56 +02:00
JC Brand
e860343eb2
Bugfix. The chatroom was being joined twice, causing duplication.
2014-09-21 00:19:59 +02:00
JC Brand
dbd45397a3
Move password form for chatrooms to an external template.
2014-09-20 22:59:29 +02:00
JC Brand
0babac2b17
More fixes to properly tear down session after logout.
...
Fixed problem with Strophe handlers zombies.
Remove zombie handlers for minimized chats (caused duplicate minimized chats).
2014-09-20 15:08:53 +02:00
JC Brand
6f4ea8a5aa
More session fixes.
...
* Make sure to rebroadcast presence when logging in after having just
logged out.
* Remove roster contacts when logging out, to avoid artifacts when logging in
with a different account.
2014-09-18 19:24:32 +02:00
JC Brand
26f6ec98c6
Merge branch 'session-issues'
2014-09-18 18:51:55 +02:00
JC Brand
041d5aca51
Fix issues with rendering login form after session crash.
2014-09-18 18:51:23 +02:00
JC Brand
108a57c53d
keepalive should not be true by default.
...
Also, scrollDown after toggling occupants sidebar.
2014-09-18 09:33:51 +02:00
JC Brand
ce06e7d2d6
Initial attempt to sort out session issues.
2014-09-18 09:29:31 +02:00
JC Brand
9b0f701893
Need to configure _.templateSettings in converse.js
...
The tpl configuration in main.js is only for externally loaded templates, if we
use inline templates (as is the case with the room invite feature), we need to
configure _.templateSettings as well.
2014-09-17 23:05:17 +02:00
JC Brand
f26e709a4b
Let prebinding take precedence over keepalive.
2014-09-17 22:07:58 +02:00
JC Brand
47e9e963fd
Remember state of chat room sidebar.
2014-09-17 22:04:47 +02:00
JC Brand
ba6b72011c
Show groupchat messages where user is mentioned in bold.
2014-09-17 21:40:19 +02:00
JC Brand
eefce8286e
Fix tests but killing zombies.
2014-09-17 10:35:24 +02:00
JC Brand
9f251f729b
Fix. Make sure that a user appears as pending once you've added them.
2014-09-15 23:28:07 +02:00
JC Brand
fdff512225
Bugfix. Make sure we fall back to jid if no fullname is set.
2014-09-15 23:09:04 +02:00
JC Brand
443ee80b6e
Recreate the roster each time initRoster is called.
...
Otherwise we will reuse old/stale objects for which we receive no add events
(resulting in an empty roster).
2014-09-15 23:00:52 +02:00
JC Brand
60070b52d2
Some work on fixing the broken subscription flow.
...
Looks like the subsription flow was broken since the roster groups refactor.
Requesting and pending contacts weren't being properly added to (and removed
from) roster groups.
Requesting contacts are now properly added and remove. Next up, handling
outgoing requets (i.e. pending contacts).
2014-09-15 22:48:04 +02:00
JC Brand
597e3693c7
Call initRoster only after controlbox is connected.
2014-09-15 21:33:44 +02:00
JC Brand
3a30f30fb7
Bugfix concerning trimmed chats.
...
Chats were being trimmed even though there was enough room.
2014-09-15 20:08:13 +02:00
JC Brand
bab04a4d97
Fixed a timing issue with keepalive.
...
When loading a page with an existing session, the roster view's elements were
being added too early, resulting in event handlers not being properly
registered.
2014-09-15 20:04:36 +02:00
JC Brand
95a77e3f92
Chat room messages are now stored in browser storage.
2014-09-12 22:23:42 +02:00
JC Brand
c04ed35b65
Properly remove chat room occupants who leave.
2014-09-12 19:46:52 +02:00
JC Brand
fa2ff46cee
Give chatroom's occupants view a ref to the chatroom view
...
and thereby fix bug with directInvites.
2014-09-12 19:31:53 +02:00
JC Brand
450ce04fd9
Refactor chat rooms.
...
When re-attaching to an existing session, chat rooms are fetched from
sessionStorage and we join them again.
However, unless we send a presence of type unavailable before reloading the
page, from the XMPP server's perspective we never left the chat room.
It therefore doesn't send us again the room occupants or room messages.
To send a presence of type unavailable is a hack and not desireable. Rather, we
want to stay in the room and just re-attach to it upon page reload.
In order to do this, we need some new functionality.
* Refactor the chat room sidebar into a new Backbone Model/View combo. (done).
* Store/fetch room occupants in/from sessionStorage (done).
* Store/fetch room messages in/from sessionStorage (not yet done).
* Instead of re-joining a chat room which we never left, just register the event handlers again. (not yet done).
2014-09-12 15:30:28 +02:00
JC Brand
e59071aeea
Add the ability to log out of a session. updates #80
2014-09-07 13:18:36 +02:00
JC Brand
b7c9c0f508
Only save the session if it's valid.
2014-09-07 00:18:36 +02:00
JC Brand
aa046654bf
Provide single-session support.
2014-09-06 23:34:39 +02:00
JC Brand
9e5dc21aa4
Refactor showing of chat room status messages.
...
onChatRoomPresence and showStatusMessages have been refactored to give more
detailed information and to also show the reasons given to actions taken by
moderators.
2014-09-06 12:25:37 +02:00
JC Brand
e8a70abcc1
Bugfix. Chat room status messages weren't being shown in certain cases.
2014-09-05 23:24:35 +02:00
JC Brand
a3e540fa67
Provide feedback if a chat room command didn't work.
2014-09-05 19:36:31 +02:00
JC Brand
82659e87d7
Add extra chat room commands: /nick, /mute and /voice.
...
Also document the available chat room commands.
2014-09-05 18:27:32 +02:00
JC Brand
ae90c7420e
Update docs and rename option to use underscore instead of dash.
2014-09-03 20:15:46 +02:00
JC Brand
e64153b83f
Implement the participants show/hide feature.
2014-09-03 20:04:32 +02:00
JC Brand
3aaa8df41a
Notification sound now also plays when nickname is mentioned in chat room.
...
updates #62
2014-09-03 18:47:24 +02:00
JC Brand
9d886a9f1d
Add a test for the onInvite method. refs #215
2014-09-02 20:01:49 +02:00