Commit Graph

8206 Commits

Author SHA1 Message Date
JC Brand
c8e6f53e3f Remove require.js stuff (we'll have to use shims) and update to newest versions 2012-11-20 09:30:54 +02:00
JC Brand
ba201a7608 Don't connect to groupchat via first name only 2012-11-19 22:22:25 +02:00
JC Brand
36491699ee If another resource changes it's status, change this one as well.
This is necessary because each open tab in the browser is its own resource.

TODO: Ideally we should differentiate between resources in the browser (using
converse.js) and other resources (i.e from a desktop client).
2012-11-04 20:28:25 +02:00
JC Brand
e213d755ae Two small bugfixes 2012-11-04 20:02:06 +02:00
JC Brand
d0dc83ed30 XEP-0297: Forward sent messages to connected resources.
- This allows multiple open tabs (which is each its own resource) to be aware
when one tab sent a message.
2012-11-04 10:54:01 +02:00
JC Brand
8c7806425d Work around undefined jarnxmpp for now. Properly define underscore.string 2012-11-02 13:55:12 +02:00
JC Brand
ac07c013af update readme 2012-11-02 13:50:04 +02:00
JC Brand
dce8804e25 Merge branch 'master' of https://github.com/jcbrand/converse.js 2012-11-02 13:46:50 +02:00
JC Brand
646274edc5 Add images 2012-11-02 13:46:12 +02:00
JC Brand
14ecd1d503 Updated index.html 2012-11-02 13:46:12 +02:00
JC Brand
fbdb51d6bb Add converse.css 2012-11-02 13:46:12 +02:00
JC Brand
be22310ce3 Add link to screencast 2012-11-02 13:46:12 +02:00
JC Brand
30248496b2 Add readme heading 2012-11-02 13:46:12 +02:00
JC Brand
968be7ef8e More readme formatting 2012-11-02 13:46:12 +02:00
JC Brand
36d32de600 Change to RST 2012-11-02 13:46:12 +02:00
JC Brand
c6aad375af readme formatting 2012-11-02 13:46:12 +02:00
JC Brand
dbc8fee3b7 Updated readme 2012-11-02 13:46:12 +02:00
JC Brand
45fbb8f830 Add main.js (for require.js) 2012-11-02 13:46:12 +02:00
JC Brand
0251af6354 Add index.html 2012-11-02 13:46:12 +02:00
JC Brand
f1ebdd3918 Add third party js on which converse.js depends 2012-11-02 13:46:12 +02:00
JC Brand
6e372919ad Add converse.js and the license files. 2012-11-02 13:46:12 +02:00
JC Brand
427a3e1a9b Initial commit 2012-11-02 13:46:12 +02:00
JC Brand
40f0aa1e93 Add images 2012-10-26 20:52:09 +02:00
JC Brand
f977513b00 Updated index.html 2012-10-26 20:47:58 +02:00
JC Brand
49f5fa65a0 Add converse.css 2012-10-26 20:47:41 +02:00
JC Brand
c01db6bee8 Refactored. Controlbox is now rendered via JS template. 2012-10-26 20:47:16 +02:00
JC Brand
3ebd223cc2 Fix broken events for chatrooms panel. CSS tweaks. 2012-10-26 11:41:39 +02:00
JC Brand
fd4192b7cc Another sizable refactoring.
- Contacts and Chatrooms panels are now separate Backbone views
- Fixes broken events after previous refactoring.
2012-10-25 23:33:09 +02:00
JC Brand
a3f54321aa Refactor: The controlbox is now rendered via JS template.
- Removes the need for JQueryUI
2012-10-25 12:36:37 +02:00
JC Brand
ba3222b6a0 Add link to screencast 2012-10-23 22:38:56 +02:00
JC Brand
f3f5ff2ae7 Add readme heading 2012-10-23 21:55:58 +02:00
JC Brand
5e0fc7d2b7 More readme formatting 2012-10-23 21:54:32 +02:00
JC Brand
d58ba37809 Change to RST 2012-10-23 21:52:51 +02:00
JC Brand
c20741b83e readme formatting 2012-10-23 21:50:12 +02:00
JC Brand
d7bb13500d Updated readme 2012-10-23 21:01:24 +02:00
JC Brand
d98b08fbd7 Changes from upstream (collective.xmpp.chat) 2012-10-23 20:48:37 +02:00
JC Brand
09b50c44de Add main.js (for require.js) 2012-10-23 20:48:23 +02:00
JC Brand
1444642a0b Add index.html 2012-10-23 20:48:16 +02:00
JC Brand
d4d4979a39 Add third party js on which converse.js depends 2012-10-23 20:47:59 +02:00
JC Brand
07ca5d3506 Add link to user profile URL from name in chatbox header 2012-10-22 14:47:16 +02:00
JC Brand
54b7565e3b Set title attr on chatroom topic as well. Tweak CSS 2012-10-22 14:34:37 +02:00
JC Brand
c1eb35324d Fixed alt attr or profile img and set status on title attr 2012-10-22 13:52:29 +02:00
JC Brand
484ea865cc Show user portraits in the chatboxes. 2012-10-20 18:15:51 +02:00
JC Brand
47380d0893 Bugfix. Only unauthorise user once removed from the roster. 2012-10-19 18:04:32 +02:00
JC Brand
588825e01d Two bugfixes.
Show status change only in applicable chatbox.
Don't show the "Remove connection changed" messages as status messages
2012-10-19 17:18:03 +02:00
JC Brand
37486118a2 Store open chats in localstorage, removing the need for jquery.cookie 2012-10-19 16:37:08 +02:00
JC Brand
bd2492e678 Encrypt messages stored in localstorage. 2012-10-19 15:34:58 +02:00
JC Brand
e235fa4438 Refactored local storage code and fixed data leakage. 2012-10-19 14:30:42 +02:00
JC Brand
72e9698de1 Refactored Status messaging.
Also ixed but where status wasn't set at initial page load.
2012-10-18 21:40:06 +02:00
JC Brand
09e34353c5 Make sure auto_subscribe has a boolean value. 2012-10-17 20:45:45 +02:00