Source: strophejs
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>,
	Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	       dh-nodejs,
	       node-almond (>= 0.3.3+dfsg-3),
	       node-jsdom,
	       node-requirejs,
	       node-rollup-plugin-babel,
	       node-rollup-plugin-commonjs,
	       node-rollup-plugin-node-resolve,
	       node-rollup-plugin-terser,
	       node-typescript,
	       node-ws,
	       rollup,
	       uglifyjs,
Standards-Version: 4.7.4
Homepage: https://strophe.im/strophejs/
Vcs-Git: https://salsa.debian.org/js-team/strophejs.git
Vcs-Browser: https://salsa.debian.org/js-team/strophejs

Package: libjs-strophe
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
Recommends: javascript-common
Description: Library for writing XMPP clients
 Strophe provides the following features:
 .
   * XMPP compliant
   * TLS support via SChannel, GNUTLS or OpenSSL
   * SASL authentication using ANONYMOUS, DIGEST-MD5 or PLAIN methods
     as well as legacy jabber authentication
   * Customizable logging and memory management
