jsjac 1.3.4+dfsg-3 source package in Ubuntu

Changelog

jsjac (1.3.4+dfsg-3) unstable; urgency=medium

  * Update Vcs-* fields: Maintenance moved to Salsa
  * d/control: Add "Rules-Requires-Root: no"
  * Upstream using Github
  * Changing cascardo`s email for Debian address
  * Bump debhelper from old 9 to 13
  * Set upstream metadata fields
  * Bump Standards-Version to 4.5.1
  * d/control: Change package section to 'javascript'
  * Fixed spelling-error-in-description
  * Fixed copyright format

 -- Marcelo Jorge Vieira <email address hidden>  Mon, 04 Jan 2021 20:02:43 -0300

Upload details

Uploaded by:
Debian XMPP Maintainers
Uploaded to:
Sid
Original maintainer:
Debian XMPP Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsjac_1.3.4+dfsg-3.dsc 2.0 KiB 08e162819de0917f34edea664d4331c41858ea331e790b0ef793612b60448cf3
jsjac_1.3.4+dfsg.orig.tar.gz 125.6 KiB 8e60947d3fed394d055fadff98debbcba8f8341f8ef95d5dc9e5af9563380a5f
jsjac_1.3.4+dfsg-3.debian.tar.xz 5.2 KiB 3394191ce8b0e304e720f128d9f5dba52e860d3c0cfdeb8de7884d1203cbfcd2

Available diffs

No changes file available.

Binary packages built by this source

libjs-jac: 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 referred
 to as AJAX technology. Your browser must support this.