Source: jsjac Section: web Priority: optional Maintainer: Debian XMPP Maintainers Uploaders: Marcelo Jorge Vieira , Thadeu Lima de Souza Cascardo Build-Depends: debhelper (>= 9), php-pear, perl (>= 5.10), libhtml-template-perl, yui-compressor Standards-Version: 3.9.8 Homepage: http://zeank.in-berlin.de/jsjac/ Vcs-Git: git://anonscm.debian.org/pkg-xmpp/jsjac.git Vcs-Browser: https://anonscm.debian.org/git/pkg-xmpp/jsjac.git Package: libjs-jac Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Suggests: ejabberd Description: JavaScript Jabber Client Library JSJaC is a jabber client library written in JavaScript to ease implementation of web based jabber clients. For communication with a jabber server it needs to support either HTTP Polling or HTTP Binding. . JSJaC has an object oriented design which should be quite easy to use. Communication is done by using the XML HTTP Request object also refered to as AJAX technology. Your browser must support this.