- 15 Mar, 2013 3 commits
- 12 Mar, 2013 5 commits
- 06 Mar, 2013 2 commits
- 05 Mar, 2013 7 commits
-
-
JC Brand authored
-
JC Brand authored
- Added 'show' element - 'busy' must be 'dnd'
-
JC Brand authored
Also, don't hide the controlbox in the beginning, no need to.
-
JC Brand authored
-
JC Brand authored
- Don't do an ajax call when a user wants to subscribe. We wanted to get the user's fullname, but this is now handled via vCards - openChat is now only for roster items. Call showChat for controlbox and createChatRoom for rooms.
-
JC Brand authored
This time when a message is received for the first time.
-
JC Brand authored
-
- 04 Mar, 2013 3 commits
- 03 Mar, 2013 8 commits
- 02 Mar, 2013 7 commits
-
-
ichim-david authored
-
ichim-david authored
- Chain calls on initialize method of RosterView - Moved dom insertion out of loops on initialize method of XMPPStatusView
-
ichim-david authored
Wrap this with jQuery only once in subscribeToSuggestedItems; Same thing with presence in presenceHandler
-
ichim-david authored
-
ichim-david authored
-
ichim-david authored
- removed extra jQuerify wrapping of message at onChatRoomMessage - Construct an array of strings and add it to onChatRoomRoster only after loop is done in order to have only 1 dom insertion
-
ichim-david authored
-
- 01 Mar, 2013 5 commits
-
-
ichim-david authored
-
ichim-david authored
-
ichim-david authored
- Chained call to render and show methods of ChatBoxView - Cached target for subscribeToContact - Removed check of length > 0
-
ichim-david authored
- Removed situation where extra data passed in keyPressed was overriden with the same result because of the two assignments inside the if statements - Cached fullname and presence_type at initialize of ChatBoxView
-
ichim-david authored
- Cached length of every iteration in order to avoid having to calculate length on every iteration - Changed insertClientStoredMessaged length check to use the simple length of the array instead of using underscore size since - Added description with need of underscore size method for roster on onChatRoomRoster since the roster is an object not an array
-