File: README.txt

package info (click to toggle)
strophejs 1.0.1.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 924 kB
  • ctags: 249
  • sloc: python: 174; makefile: 11; xml: 6
file content (15 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
base64.js and md5.js, which are licensed as public domain and
BSD (see these files for details).

It has been tested on Firefox 1.5, 2.x, and 3.x, IE 6, 7, and 8, Safari, Mobile
Safari, Chrome, 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.

The book Professional XMPP Programming with JavaScript and jQuery is
also available, which covers Strophe in detail in the context of web
applications. You can find more information at
http://professionalxmpp.com.