Commit Graph

37 Commits

Author SHA1 Message Date
Remko Plantenga
0746518bbe Fixed compare operator 2013-07-17 10:00:49 +02:00
JC Brand
147c370404 Remove unused JS file 2013-06-20 10:56:32 +02:00
JC Brand
4d9b9a7ba4 Move locales.js to locale dir
Trying to make it simpler and easier for people to add new translations by
reducing the amount of places where edits need to be made (e.g. no new edits
required in converse.js now).
2013-06-02 19:38:11 +02:00
JC Brand
befcadbd91 Add de.js with DE translations 2013-06-02 18:48:25 +02:00
JC Brand
62e701f3fb Add locales.js
It will pull in all languages and put them in the locales root object, from
which the specific language translations can be chosen during runtime.
2013-06-02 00:18:46 +02:00
JC Brand
debb773ea5 Add jed.js for i18n support and wrap all strings 2013-06-01 13:18:33 +02:00
JC Brand
2893657576 Move code into removeRoom method for reuse 2013-05-13 23:16:05 +02:00
JC Brand
151464c881 Add callback and errback to saveConfiguration method 2013-05-12 13:52:44 +02:00
JC Brand
283dbd75f4 Add info on roster callback 2013-05-11 12:48:32 +02:00
JC Brand
7a46e0ed73 Bugfix. Check if from exists 2013-05-10 10:00:14 +02:00
JC Brand
82ddcefa21 Remove unused files 2013-05-09 23:16:07 +02:00
JC Brand
07664ed350 Also inform if no rooms were found 2013-05-09 09:22:54 +02:00
JC Brand
ade2697859 Don't call the handler again in the except clause.
This was added earlier for debugging, removing it again now.
2013-04-26 14:26:52 +02:00
JC Brand
62a2e307a5 Add initial service discovery (XEP 30) support.
- Still needs caching and optimisation
2013-04-25 23:53:33 +02:00
JC Brand
b1ecdfdadc Found a bug in jasmine
which after being fixed removes the need for the sleep() command because you
can set the execution speed via jasmine's updateInterval attr
2013-04-17 12:00:14 +02:00
JC Brand
3a4dfb69b8 Add support for sending nick along with subscription request 2013-03-28 07:02:05 +02:00
JC Brand
9631c9405c Remove burry.js 2013-03-27 20:18:12 +02:00
JC Brand
f9e4d16cf5 Upgrade backbone to 1.0 2013-03-27 19:33:35 +02:00
JC Brand
50ee481d2e Bump underscore.js to 1.4.4 2013-03-27 17:22:32 +02:00
JC Brand
9f437cbc2c Remove dependency on underscore 2013-03-21 10:54:09 +02:00
JC Brand
a1f5c31967 Remove last vestiges of jquery-ui 2013-03-12 14:31:46 +02:00
JC Brand
8bdd973ffc Remove jquery.ui and underscore.string 2013-03-12 12:22:41 +02:00
JC Brand
728bdff12b Add backbone.localStorage.js 2013-03-12 12:22:32 +02:00
JC Brand
4989b4295b Add strophe.vcard.js 2013-03-03 17:27:14 +02:00
Alexandru Ghica
53b2878405 Reverted cleanup made on Libraries/strophe.js 2013-02-21 11:39:38 +02:00
Alexandru Ghica
4bbf5b054d Feature: added "Connecting to chat ..." info
- Feature: added spining image and "Connecting to chat ..." info under chat panel
  when the user is not (yet) binded to the jabber server
  [alecghica]
2013-02-20 18:21:07 +02:00
JC Brand
3224a8c522 Add underscore as a dependency and use it and jQuery
This has fixed some IE8 errors while parsing the presence stanza
2012-12-11 16:31:39 +02:00
JC Brand
aad263868a Fixed JSLint warnings 2012-12-11 15:21:56 +02:00
JC Brand
d38af7ed89 Also handle case where AMD is not present 2012-12-11 13:45:08 +02:00
JC Brand
cc99f4f989 Cleanup and indented. Add AMD/global registrations 2012-12-11 13:41:48 +02:00
JC Brand
f968f56eb5 Bugfix. Use object vars instead of prototype vars. 2012-12-10 18:11:02 +02:00
JC Brand
39c0823f2a Alphabetically sort roster contacts according to type and status
Also added a new jasmine spec for this as well as jquery.tinysort to do the
sorting.
2012-12-09 19:55:23 +02:00
JC Brand
da71c0b7f2 Add jasmine.js 1.3.1 2012-12-08 07:24:05 +02:00
JC Brand
9abb9e36bf Add logging submodule (from Patternslib) 2012-11-20 13:26:45 +02:00
JC Brand
aecc9942fc Add jquery UI 1.9.1 2012-11-20 13:22:16 +02:00
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
f1ebdd3918 Add third party js on which converse.js depends 2012-11-02 13:46:12 +02:00