jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
7793fe3db1
|
Created some documentation of how to add synchronization functionality for a new user data type to Weave. Created a new directory called docs to put this into.
|
2008-05-19 19:40:45 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
11d82ab309
|
Created a readme for using the XMPP client module.
|
2008-05-08 18:50:12 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
c2d09e5829
|
renamed testSynchronizer.js to just synchronizer.js, because otherwise the test framework tries to run it as a test itself.
|
2008-05-06 12:04:04 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
90053f0c73
|
Oops, I miscapitalized XmppClient in the export statement -- fixed.
|
2008-04-30 17:08:39 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
2fec756b19
|
Made xmppClient, transportLayer, and authenticationLayer into proper modules using Components.Utils. Also renamed the JabberClient class to XMPPClient, which is more accurate (as it implements XMPP which is a newer protocol than Jabber.)
|
2008-04-30 16:55:34 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
e8b52e9413
|
Gave sasl.js a more descriptive name -- authentication is what it does.
--HG--
rename : services/sync/modules/xmpp/sasl.js => services/sync/modules/xmpp/authenticationLayer.js
|
2008-04-30 16:29:03 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
0251715f68
|
First commit of my XMPP client, as demonstrated at the meeting today, to weave/modules. This does not include the test-synchronization stuff. xmppClient.js is the main client class; transportLayer.js and sasl.js (which does authentication) are the helper classes.
|
2008-04-30 16:27:32 -07:00 |
|