File: control

package info (click to toggle)
strophejs-plugin-mam 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: javascript: 48; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 1,207 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
Source: strophejs-plugin-mam
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13), pkg-js-tools, rollup
Standards-Version: 4.5.1
Homepage: https://github.com/strophe/strophejs-plugin-mam
Vcs-Browser: https://salsa.debian.org/js-team/strophejs-plugin-mam
Vcs-Git: https://salsa.debian.org/js-team/strophejs-plugin-mam.git
Rules-Requires-Root: no

Package: libjs-strophejs-plugin-mam
Architecture: all
Multi-Arch: foreign
Depends: libjs-strophe, libjs-strophejs-plugin-rsm, ${misc:Depends}
Recommends: javascript-common
Provides: ${nodejs:Provides}
Description: Strophe.js plugin for message archive management (XEP-0313)
 Plugin for strophe.js to provide Message Archiving Management
 (XEP-0313), which defines a protocol to query and control an archive
 of messages stored on a server. An archive can be queried based on
 JID, with handlers defined to be run for each message received, and
 when the query is completed. The query can be filtered using
 parameters "with", "start", "end", and additional parameters from
 Result Set Management.