File: control

package info (click to toggle)
strophejs 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: javascript: 6,847; python: 179; makefile: 81
file content (37 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: strophejs
Section: javascript
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@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.5.1
Rules-Requires-Root: no
Homepage: https://strophe.im/strophejs/
Vcs-Git: https://salsa.debian.org/xmpp-team/strophejs.git
Vcs-Browser: https://salsa.debian.org/xmpp-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