public
Description: Strophe.js is an XMPP library for JavaScript
Homepage: http://code.stanziq.com/strophe
Clone URL: git://github.com/metajack/strophejs.git
name age message
file .gitignore Sun Nov 22 21:14:20 -0800 2009 Added release target to Makefile. [metajack]
file LICENSE Sat Oct 10 21:47:06 -0700 2009 Updated copyright holder and dates. [metajack]
file Makefile Mon Nov 23 13:25:30 -0800 2009 merge upstream [smparkes]
file README Wed Oct 29 09:14:12 -0700 2008 Test commit for e-mail check. [metajack]
directory contrib/ Mon Dec 08 16:11:08 -0800 2008 Add in discojs demo as contrib. [Christopher Zorn]
directory examples/ Mon Dec 14 14:36:17 -0800 2009 Added http-pre-bind example. [metajack]
directory plugins/ Sun Dec 13 19:13:14 -0800 2009 Fixes #58: wrong documentation for pubsub plugi... [metajack]
directory src/ Sun Dec 13 18:21:44 -0800 2009 Fixes #71: added ATTACHED status which fires on... [metajack]
directory tests/ Sun Dec 13 15:06:30 -0800 2009 Fixes #70: serialize() escaped attribute values... [metajack]
README
Strophe.js is a JavaScript library for speaking XMPP via BOSH (XEP 124
and 206).  It is licensed under the MIT license, except for the files
b64.js, md5.js, and sha1.js which are licensed as public domain and
BSD (see these files for details).

It has been tested on Firefox 1.5, 2.x, IE 6, 7, and 8, Safari, Mobile Safari, and it should also work on the mobile 
Opera browser as well as the desktop Opera browser.

The homepage for Strophe is http://code.stanziq.com/strophe