1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: jsjac
Section: web
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>,
Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
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.
|